Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DXmlPullAttributes.java38 public String getAttributeNamespace (int index) { in getAttributeNamespace() method in XmlPullAttributes
39 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
DAttributeSet.java84 default String getAttributeNamespace (int index) { in getAttributeNamespace() method
DXml.java357 out.attribute(normalizeNamespace(in.getAttributeNamespace(i)), in copy()
/frameworks/base/core/java/android/content/res/
DXmlResourceParser.java30 String getAttributeNamespace (int index); in getAttributeNamespace() method
DXmlBlock.java242 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlBlock.Parser
319 "Namespace=" + getAttributeNamespace(idx) in getAttributeValue()
/frameworks/layoutlib/bridge/tests/src/android/util/
DBridgeXmlPullAttributesTest.java46 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/
DXmlPullParserWrapper.java138 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/
DNopAttributeSet.java35 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java59 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java243 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeXmlBlockParser
244 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
/frameworks/base/telephony/java/android/telephony/ims/
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()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java116 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/
DBridgeXmlPullAttributes.java101 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/
DXmlBlockBenchmark.java213 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/
DLayoutPullParser.java96 String namespace = getAttributeNamespace(i); in getViewCookie()
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DTypedXmlPullParser.java37 if ((namespaceNull || namespace.equals(getAttributeNamespace(i))) in getAttributeIndex()
DBinaryXmlPullParser.java596 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BinaryXmlPullParser
/frameworks/base/tools/aapt2/format/binary/
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()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp232 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h788 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
/frameworks/base/tools/aapt/
DXMLNode.cpp463 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1422 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/
DZenModeHelperTest.java6476 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/core/api/
Dcurrent.txt14034 method public String getAttributeNamespace(int);
49754 method public default String getAttributeNamespace(int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt58640 method public abstract java.lang.String getAttributeNamespace(int);