Searched refs:getNamespaceUri (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
H A DXMLNode.h66 const String16& getNamespaceUri() const;
H A DXMLNode.cpp512 ns.uri = String8(block->getNamespaceUri(&len));
533 String8 uri = String8(block->getNamespaceUri(&len));
668 const String16& XMLNode::getNamespaceUri() const
1138 String8 elemNs(getNamespaceUri());
1170 String8(getNamespaceUri()).string());
/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/include/androidfw/
H A DResourceTypes.h728 const char16_t* getNamespaceUri(size_t* outLen) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1073 const char16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const function in class:android::ResXMLParser

Completed in 602 milliseconds