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

/frameworks/base/tools/aapt/
H A DXMLNode.h68 const String16& getNamespaceUri() const;
H A DXMLNode.cpp513 ns.uri = String8(block->getNamespaceUri(&len));
537 String8 uri = String8(block->getNamespaceUri(&len));
676 const String16& XMLNode::getNamespaceUri() const
1157 String8 elemNs(getNamespaceUri());
1189 String8(getNamespaceUri()).string());
H A DResourceTable.cpp5231 ns->getNamespaceUri());
/frameworks/base/tools/aapt2/flatten/
H A DXmlFlattener_test.cpp93 EXPECT_THAT(tree.getNamespaceUri(&len), StrEq(u"http://com.test"));
134 EXPECT_THAT(tree.getNamespaceUri(&len), StrEq(u"http://com.test"));
152 EXPECT_THAT(tree.getNamespaceUri(&len), StrEq(u"http://schemas.android.com/foo"));
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java309 public String getNamespaceUri(int i) throws XmlPullParserException { method in class:LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java176 public String getNamespaceUri(int pos) throws XmlPullParserException { method in class:BridgeXmlBlockParser
177 throw new XmlPullParserException("getNamespaceUri() not supported");
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java134 public String getNamespaceUri(int pos) throws XmlPullParserException { method in class:XmlBlock.Parser
135 throw new XmlPullParserException("getNamespaceUri() not supported");
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp285 str16 = tree.getNamespaceUri(&len);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h734 const char16_t* getNamespaceUri(size_t* outLen) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1140 const char16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const function in class:android::ResXMLParser

Completed in 318 milliseconds