/aosp14/frameworks/base/core/java/android/util/ |
H A D | XmlPullAttributes.java | 38 public String getAttributeNamespace (int index) { in getAttributeNamespace() method in XmlPullAttributes 39 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
|
H A D | AttributeSet.java | 84 default String getAttributeNamespace (int index) { in getAttributeNamespace() method
|
H A D | Xml.java | 289 out.attribute(normalizeNamespace(in.getAttributeNamespace(i)), in copy()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | XmlResourceParser.java | 30 String getAttributeNamespace (int index); in getAttributeNamespace() method
|
H A D | XmlBlock.java | 223 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 D | XmlPullParserWrapper.java | 137 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 D | RcsConfig.java | 201 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 D | XmlBlockBenchmark.java | 213 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 D | XmlFlattener_test.cpp | 98 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 D | XmlDom.cpp | 232 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
|
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceTypes.h | 782 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | XMLNode.cpp | 463 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeHelperTest.java | 2786 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in ZenModeHelperTest.XmlResourceParserImpl
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 1368 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 49282 method public default String getAttributeNamespace(int);
|