/frameworks/base/core/java/android/util/ |
D | XmlPullAttributes.java | 38 public String getAttributeNamespace (int index) { in getAttributeNamespace() method in XmlPullAttributes 39 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
|
D | AttributeSet.java | 84 default String getAttributeNamespace (int index) { in getAttributeNamespace() method
|
D | Xml.java | 357 out.attribute(normalizeNamespace(in.getAttributeNamespace(i)), in copy()
|
/frameworks/base/core/java/android/content/res/ |
D | XmlResourceParser.java | 30 String getAttributeNamespace (int index); in getAttributeNamespace() method
|
D | XmlBlock.java | 242 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlBlock.Parser 319 "Namespace=" + getAttributeNamespace(idx) in getAttributeValue()
|
/frameworks/layoutlib/bridge/tests/src/android/util/ |
D | BridgeXmlPullAttributesTest.java | 46 when(parser.getAttributeNamespace(0)).thenReturn(BridgeConstants.NS_RESOURCES); in prepareParser() 51 when(parser.getAttributeNamespace(1)).thenReturn(BridgeConstants.NS_APP_RES_AUTO); in prepareParser()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlPullParserWrapper.java | 138 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlPullParserWrapper 139 return mWrapped.getAttributeNamespace(index); in getAttributeNamespace()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | NopAttributeSet.java | 35 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in NopAttributeSet
|
D | BridgeLayoutParamsMapAttributes.java | 59 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeLayoutParamsMapAttributes
|
D | BridgeXmlBlockParser.java | 243 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeXmlBlockParser 244 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
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()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | LayoutParserWrapper.java | 116 mAttributes.add(new Attribute(mDelegate.getAttributeNamespace(i), in peekNext() 341 public String getAttributeNamespace(int i) { in getAttributeNamespace() method in LayoutParserWrapper
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 101 String ns = mParser.getAttributeNamespace(index); in getAttributeNameResource() 269 mParser.getAttributeNamespace(index), getAttributeName(index), defaultValue); in getAttributeIntValue()
|
/frameworks/base/apct-tests/perftests/core/src/android/content/res/ |
D | XmlBlockBenchmark.java | 213 public void getAttributeNamespace() throws XmlPullParserException, IOException { in getAttributeNamespace() method in XmlBlockBenchmark 216 attributeIndex -> mParser.getAttributeNamespace(attributeIndex)); in getAttributeNamespace()
|
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/ |
D | LayoutPullParser.java | 96 String namespace = getAttributeNamespace(i); in getViewCookie()
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | TypedXmlPullParser.java | 37 if ((namespaceNull || namespace.equals(getAttributeNamespace(i))) in getAttributeIndex()
|
D | BinaryXmlPullParser.java | 596 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BinaryXmlPullParser
|
/frameworks/base/tools/aapt2/format/binary/ |
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()
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 232 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 788 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
|
/frameworks/base/tools/aapt/ |
D | XMLNode.cpp | 463 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1422 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const in getAttributeNamespace() function in android::ResXMLParser 1640 const char16_t* curNs = getAttributeNamespace(i, &curNsLen); in indexOfAttribute()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 6476 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in ZenModeHelperTest.XmlResourceParserImpl
|
/frameworks/base/core/api/ |
D | current.txt | 14034 method public String getAttributeNamespace(int); 49754 method public default String getAttributeNamespace(int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 58640 method public abstract java.lang.String getAttributeNamespace(int);
|