Searched defs:getNamespaceUri (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeXmlBlockParser.java139 public String getNamespaceUri(int pos) throws XmlPullParserException { method in class:BridgeXmlBlockParser
140 throw new XmlPullParserException("getNamespaceUri() not supported");
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java132 public String getNamespaceUri(int pos) throws XmlPullParserException { method in class:XmlBlock.Parser
133 throw new XmlPullParserException("getNamespaceUri() not supported");
/frameworks/base/libs/utils/
H A DResourceTypes.cpp712 const uint16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const function in class:android::ResXMLParser

Completed in 90 milliseconds