/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeConfigTest.java | 582 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 D | ApiToExtensionsMap.kt | 190 fun fromXml(filterByJar: String, xml: String): ApiToExtensionsMap { in fromXml() method
|
/aosp_15_r20/external/parameter-framework/upstream/parameter/ |
H A D | FrameworkConfigurationLocation.cpp | 43 bool CFrameworkConfigurationLocation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CFrameworkConfigurationLocation
|
H A D | ParameterFrameworkConfiguration.cpp | 63 bool CParameterFrameworkConfiguration::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterFrameworkConfiguration
|
H A D | ComponentLibrary.cpp | 49 bool CComponentLibrary::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentLibrary
|
H A D | PluginLocation.cpp | 49 bool CPluginLocation::fromXml(const CXmlElement &xmlElement, CXmlSerializingContext & /*ctx*/) in fromXml() function in CPluginLocation
|
H A D | LogarithmicParameterAdaptation.cpp | 58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CLogarithmicParameterAdaptation
|
H A D | LinearParameterAdaptation.cpp | 61 bool CLinearParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CLinearParameterAdaptation
|
H A D | BitParameterBlockType.cpp | 59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CBitParameterBlockType
|
H A D | EnumValuePair.cpp | 54 bool CEnumValuePair::fromXml(const CXmlElement &xmlElement, in fromXml() function in CEnumValuePair
|
H A D | StringParameterType.cpp | 60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CStringParameterType
|
H A D | ParameterAdaptation.cpp | 66 bool CParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterAdaptation
|
H A D | ComponentType.cpp | 71 bool CComponentType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentType
|
H A D | XmlFileIncluderElement.cpp | 49 bool CXmlFileIncluderElement::fromXml(const CXmlElement &xmlElement, in fromXml() function in CXmlFileIncluderElement
|
H A D | ComponentInstance.cpp | 79 bool CComponentInstance::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentInstance
|
H A D | CompoundRule.cpp | 129 bool CCompoundRule::fromXml(const CXmlElement &xmlElement, in fromXml() function in CCompoundRule
|
H A D | SelectionCriterionRule.cpp | 143 bool CSelectionCriterionRule::fromXml(const CXmlElement &xmlElement, in fromXml() function in CSelectionCriterionRule
|
H A D | TypeElement.cpp | 107 bool CTypeElement::fromXml(const CXmlElement &xmlElement, in fromXml() function in CTypeElement
|
H A D | BitParameterType.cpp | 74 bool CBitParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CBitParameterType
|
H A D | FloatingPointParameterType.cpp | 84 bool CFloatingPointParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CFloatingPointParameterType
|
H A D | EnumParameterType.cpp | 78 bool CEnumParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CEnumParameterType
|
H A D | IntegerParameterType.h | 92 bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) override in fromXml() function
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/homepage/ |
D | HighlightableMenu.java | 65 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 D | SourcePositionInfo.java | 87 public static SourcePositionInfo fromXml(String source) { in fromXml() method in SourcePositionInfo
|
/aosp_15_r20/system/apex/tests/src/com/android/tests/apex/ |
H A D | ApexdHostTest.java | 217 Map<String, ApexInfo> fromXml = XmlParser.readApexInfoList(fis).getApexInfo().stream() in testApexInfoListIsValid() local
|