Home
last modified time | relevance | path

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

12

/aosp12/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 DTypedXmlPullParser.java39 if ((namespaceNull || namespace.equals(getAttributeNamespace(i))) in getAttributeIndex()
H A DXml.java286 out.attribute(normalizeNamespace(in.getAttributeNamespace(i)), in copy()
/aosp12/frameworks/layoutlib/bridge/tests/src/android/util/
H A DBridgeXmlPullAttributesTest.java46 when(parser.getAttributeNamespace(0)).thenReturn(BridgeConstants.NS_RESOURCES); in testGetAttributeIntValueForEnums()
51 when(parser.getAttributeNamespace(1)).thenReturn(BridgeConstants.NS_APP_RES_AUTO); in testGetAttributeIntValueForEnums()
/aosp12/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()
H A DBinaryXmlPullParser.java594 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BinaryXmlPullParser
/aosp12/frameworks/base/core/java/android/content/res/
H A DXmlResourceParser.java30 String getAttributeNamespace (int index); in getAttributeNamespace() method
H A DXmlBlock.java205 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlBlock.Parser
259 "Namespace=" + getAttributeNamespace(idx) in getAttributeValue()
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java170 public String getAttributeNamespace(int index) throws RemoteException { in getAttributeNamespace() method in RemoteXmlPullParserAdapter
171 return mDelegate.getAttributeNamespace(index); in getAttributeNamespace()
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DRcsConfig.java199 type = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()
216 key = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()
219 value = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java257 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in RemoteXmlPullParserAdapter
259 return mDelegate.getAttributeNamespace(index); in getAttributeNamespace()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java115 mAttributes.add(new Attribute(mDelegate.getAttributeNamespace(i), in peekNext()
339 public String getAttributeNamespace(int i) { in getAttributeNamespace() method in LayoutParserWrapper
/aosp12/frameworks/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java101 String ns = mParser.getAttributeNamespace(index); in getAttributeNameResource()
266 mParser.getAttributeNamespace(index), getAttributeName(index), defaultValue); in getAttributeIntValue()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DNopAttributeSet.java35 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in NopAttributeSet
H A DBridgeLayoutParamsMapAttributes.java59 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java243 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeXmlBlockParser
244 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java83 String getAttributeNamespace(int index) throws RemoteException; in getAttributeNamespace() method
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutPullParser.java96 String namespace = getAttributeNamespace(i); in getViewCookie()
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener_test.cpp99 EXPECT_THAT(tree.getAttributeNamespace(0, &len), IsNull()); in TEST_F()
110 EXPECT_THAT(tree.getAttributeNamespace(0, &len), StrEq(u"http://com.test")); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp230 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h778 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.cpp463 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java1988 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in ZenModeHelperTest.XmlResourceParserImpl
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1355 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const in getAttributeNamespace() function in android::ResXMLParser
1573 const char16_t* curNs = getAttributeNamespace(i, &curNsLen); in indexOfAttribute()

12