/aosp12/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 | TypedXmlPullParser.java | 39 if ((namespaceNull || namespace.equals(getAttributeNamespace(i))) in getAttributeIndex()
|
H A D | Xml.java | 286 out.attribute(normalizeNamespace(in.getAttributeNamespace(i)), in copy()
|
/aosp12/frameworks/layoutlib/bridge/tests/src/android/util/ |
H A D | BridgeXmlPullAttributesTest.java | 46 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 D | XmlPullParserWrapper.java | 137 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlPullParserWrapper 138 return mWrapped.getAttributeNamespace(index); in getAttributeNamespace()
|
H A D | BinaryXmlPullParser.java | 594 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BinaryXmlPullParser
|
/aosp12/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 | 205 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 D | RemoteXmlPullParserAdapter.java | 170 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 D | RcsConfig.java | 199 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 D | RemoteXmlPullParserAdapter.java | 257 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 D | LayoutParserWrapper.java | 115 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 D | BridgeXmlPullAttributes.java | 101 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 D | NopAttributeSet.java | 35 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in NopAttributeSet
|
H A D | BridgeLayoutParamsMapAttributes.java | 59 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeLayoutParamsMapAttributes
|
H A D | BridgeXmlBlockParser.java | 243 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 D | RemoteXmlPullParser.java | 83 String getAttributeNamespace(int index) throws RemoteException; in getAttributeNamespace() method
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
H A D | LayoutPullParser.java | 96 String namespace = getAttributeNamespace(i); in getViewCookie()
|
/aosp12/frameworks/base/tools/aapt2/format/binary/ |
H A D | XmlFlattener_test.cpp | 99 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 D | XmlDom.cpp | 230 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceTypes.h | 778 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | XMLNode.cpp | 463 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeHelperTest.java | 1988 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in ZenModeHelperTest.XmlResourceParserImpl
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 1355 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()
|