Home
last modified time | relevance | path

Searched refs:getAttributeNamespace (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java38 public String getAttributeNamespace (int index) { in getAttributeNamespace() method in XmlPullAttributes
39 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
H A DAttributeSet.java84 default String getAttributeNamespace (int index) { in getAttributeNamespace() method
H A DXml.java289 out.attribute(normalizeNamespace(in.getAttributeNamespace(i)), in copy()
/aosp14/frameworks/base/core/java/android/content/res/
H A DXmlResourceParser.java30 String getAttributeNamespace (int index); in getAttributeNamespace() method
H A DXmlBlock.java223 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlBlock.Parser
300 "Namespace=" + getAttributeNamespace(idx) in getAttributeValue()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DXmlPullParserWrapper.java137 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlPullParserWrapper
138 return mWrapped.getAttributeNamespace(index); in getAttributeNamespace()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsConfig.java201 type = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()
219 key = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()
222 value = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/content/res/
H A DXmlBlockBenchmark.java213 public void getAttributeNamespace() throws XmlPullParserException, IOException { in getAttributeNamespace() method in XmlBlockBenchmark
216 attributeIndex -> mParser.getAttributeNamespace(attributeIndex)); in getAttributeNamespace()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener_test.cpp98 EXPECT_THAT(tree.getAttributeNamespace(0, &len), IsNull()); in TEST_F()
109 EXPECT_THAT(tree.getAttributeNamespace(0, &len), StrEq(u"http://com.test")); in TEST_F()
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp232 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h782 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
/aosp14/frameworks/base/tools/aapt/
H A DXMLNode.cpp463 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java2786 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in ZenModeHelperTest.XmlResourceParserImpl
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1368 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const in getAttributeNamespace() function in android::ResXMLParser
1586 const char16_t* curNs = getAttributeNamespace(i, &curNsLen); in indexOfAttribute()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt49282 method public default String getAttributeNamespace(int);