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.cpp484 ns.uri = String8(block->getNamespaceUri(&len));
505 String8 uri = String8(block->getNamespaceUri(&len));
634 const String16& XMLNode::getNamespaceUri() const
1054 String8 elemNs(getNamespaceUri());
1086 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.h665 const uint16_t* getNamespaceUri(size_t* outLen) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp868 const uint16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const function in class:android::ResXMLParser

Completed in 1015 milliseconds