Home
last modified time | relevance | path

Searched refs:getNamespaceUri (Results 1 – 16 of 16) sorted by relevance

/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java100 public String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException { in getNamespaceUri() method in RemoteXmlPullParserAdapter
101 return mDelegate.getNamespaceUri(pos); in getNamespaceUri()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java131 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in RemoteXmlPullParserAdapter
133 return mDelegate.getNamespaceUri(pos); in getNamespaceUri()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java55 String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException; in getNamespaceUri() method
/frameworks/base/tools/aapt/
DXMLNode.h68 const String16& getNamespaceUri() const;
DXMLNode.cpp510 ns.uri = String8(block->getNamespaceUri(&len)); in printXMLBlock()
534 String8 uri = String8(block->getNamespaceUri(&len)); in printXMLBlock()
673 const String16& XMLNode::getNamespaceUri() const in getNamespaceUri() function in XMLNode
1154 String8 elemNs(getNamespaceUri()); in print()
1186 String8(getNamespaceUri()).string()); in print()
DResourceTable.cpp5230 ns->getNamespaceUri()); in processBundleFormatImpl()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java309 public String getNamespaceUri(int i) throws XmlPullParserException { in getNamespaceUri() method in LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java179 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java151 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in XmlBlock.Parser
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener_test.cpp133 EXPECT_THAT(tree.getNamespaceUri(&len), StrEq(u"http://com.test")); in TEST_F()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp300 str16 = tree.getNamespaceUri(&len); in Inflate()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1443 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in ZenModeHelperTest.XmlResourceParserImpl
1444 return parser.getNamespaceUri(pos); in getNamespaceUri()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h742 const char16_t* getNamespaceUri(size_t* outLen) const;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1174 const char16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const in getNamespaceUri() function in android::ResXMLParser
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt58656 …method public abstract java.lang.String getNamespaceUri(int) throws org.xmlpull.v1.XmlPullParserEx…
/frameworks/base/api/
Dcurrent.txt78036 method public String getNamespaceUri(int) throws org.xmlpull.v1.XmlPullParserException;