Home
last modified time | relevance | path

Searched defs:getAttributeNamespace (Results 1 – 13 of 13) sorted by relevance

/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
/frameworks/base/core/java/android/util/
DAttributeSet.java84 default String getAttributeNamespace (int index) { in getAttributeNamespace() method
DXmlPullAttributes.java38 public String getAttributeNamespace (int index) { in getAttributeNamespace() method in XmlPullAttributes
/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
/frameworks/base/core/java/com/android/internal/util/
DXmlPullParserWrapper.java138 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlPullParserWrapper
/frameworks/base/apct-tests/perftests/core/src/android/content/res/
DXmlBlockBenchmark.java213 public void getAttributeNamespace() throws XmlPullParserException, IOException { in getAttributeNamespace() method in XmlBlockBenchmark
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java341 public String getAttributeNamespace(int i) { in getAttributeNamespace() method in LayoutParserWrapper
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBinaryXmlPullParser.java596 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BinaryXmlPullParser
/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/libs/androidfw/
DResourceTypes.cpp1422 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const in getAttributeNamespace() function in android::ResXMLParser