Home
last modified time | relevance | path

Searched defs:fromXml (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java582 ZenModeConfig fromXml = readConfigXml(bais, logger); in testBackupRestore() local
701 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml_classic() local
764 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml() local
812 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml_weirdEffects() local
829 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml_pkg_component() local
842 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml_pkg_configActivity() local
856 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml_getPkg_nullPkg() local
871 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml_emptyConditionId() local
886 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml_customInterruptionFilter() local
899 ZenModeConfig.ZenRule fromXml = readRuleXml(bais); in testRuleXml_invalidInterruptionFilter_readsDefault() local
[all …]
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
H A DApiToExtensionsMap.kt190 fun fromXml(filterByJar: String, xml: String): ApiToExtensionsMap { in fromXml() method
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DFrameworkConfigurationLocation.cpp43 bool CFrameworkConfigurationLocation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CFrameworkConfigurationLocation
H A DParameterFrameworkConfiguration.cpp63 bool CParameterFrameworkConfiguration::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterFrameworkConfiguration
H A DComponentLibrary.cpp49 bool CComponentLibrary::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentLibrary
H A DPluginLocation.cpp49 bool CPluginLocation::fromXml(const CXmlElement &xmlElement, CXmlSerializingContext & /*ctx*/) in fromXml() function in CPluginLocation
H A DLogarithmicParameterAdaptation.cpp58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CLogarithmicParameterAdaptation
H A DLinearParameterAdaptation.cpp61 bool CLinearParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CLinearParameterAdaptation
H A DBitParameterBlockType.cpp59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CBitParameterBlockType
H A DEnumValuePair.cpp54 bool CEnumValuePair::fromXml(const CXmlElement &xmlElement, in fromXml() function in CEnumValuePair
H A DStringParameterType.cpp60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CStringParameterType
H A DParameterAdaptation.cpp66 bool CParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterAdaptation
H A DComponentType.cpp71 bool CComponentType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentType
H A DXmlFileIncluderElement.cpp49 bool CXmlFileIncluderElement::fromXml(const CXmlElement &xmlElement, in fromXml() function in CXmlFileIncluderElement
H A DComponentInstance.cpp79 bool CComponentInstance::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentInstance
H A DCompoundRule.cpp129 bool CCompoundRule::fromXml(const CXmlElement &xmlElement, in fromXml() function in CCompoundRule
H A DSelectionCriterionRule.cpp143 bool CSelectionCriterionRule::fromXml(const CXmlElement &xmlElement, in fromXml() function in CSelectionCriterionRule
H A DTypeElement.cpp107 bool CTypeElement::fromXml(const CXmlElement &xmlElement, in fromXml() function in CTypeElement
H A DBitParameterType.cpp74 bool CBitParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CBitParameterType
H A DFloatingPointParameterType.cpp84 bool CFloatingPointParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CFloatingPointParameterType
H A DEnumParameterType.cpp78 bool CEnumParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CEnumParameterType
H A DIntegerParameterType.h92 bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) override in fromXml() function
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/homepage/
DHighlightableMenu.java65 public static synchronized void fromXml(Context context, @XmlRes int xmlResId) { in fromXml() method in HighlightableMenu
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DSourcePositionInfo.java87 public static SourcePositionInfo fromXml(String source) { in fromXml() method in SourcePositionInfo
/aosp_15_r20/system/apex/tests/src/com/android/tests/apex/
H A DApexdHostTest.java217 Map<String, ApexInfo> fromXml = XmlParser.readApexInfoList(fis).getApexInfo().stream() in testApexInfoListIsValid() local

123