Home
last modified time | relevance | path

Searched defs:getNamespaceUri (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DXmlPullParserWrapper.java81 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in XmlPullParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java316 public String getNamespaceUri(int i) throws XmlPullParserException { in getNamespaceUri() method in LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java179 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in BridgeXmlBlockParser
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBinaryXmlPullParser.java642 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in BinaryXmlPullParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java170 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in XmlBlock.Parser
/frameworks/base/tools/aapt/
DXMLNode.cpp673 const String16& XMLNode::getNamespaceUri() const in getNamespaceUri() function in XMLNode
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java2696 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1304 const char16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const in getNamespaceUri() function in android::ResXMLParser