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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java175 public String getNamespaceUri(int pos) throws XmlPullParserException { method in class:BridgeXmlBlockParser
176 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/androidfw/
H A DResourceTypes.cpp1073 const char16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const function in class:android::ResXMLParser

Completed in 92 milliseconds