/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteXmlPullParserAdapter.java | 100 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/ |
D | RemoteXmlPullParserAdapter.java | 131 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/ |
D | RemoteXmlPullParser.java | 55 String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException; in getNamespaceUri() method
|
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 68 const String16& getNamespaceUri() const;
|
D | XMLNode.cpp | 510 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()
|
D | ResourceTable.cpp | 5230 ns->getNamespaceUri()); in processBundleFormatImpl()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | LayoutParserWrapper.java | 309 public String getNamespaceUri(int i) throws XmlPullParserException { in getNamespaceUri() method in LayoutParserWrapper
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 179 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in BridgeXmlBlockParser
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 151 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in XmlBlock.Parser
|
/frameworks/base/tools/aapt2/format/binary/ |
D | XmlFlattener_test.cpp | 133 EXPECT_THAT(tree.getNamespaceUri(&len), StrEq(u"http://com.test")); in TEST_F()
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 300 str16 = tree.getNamespaceUri(&len); in Inflate()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 1443 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/ |
D | ResourceTypes.h | 742 const char16_t* getNamespaceUri(size_t* outLen) const;
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1174 const char16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const in getNamespaceUri() function in android::ResXMLParser
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 58656 …method public abstract java.lang.String getNamespaceUri(int) throws org.xmlpull.v1.XmlPullParserEx…
|
/frameworks/base/api/ |
D | current.txt | 78036 method public String getNamespaceUri(int) throws org.xmlpull.v1.XmlPullParserException;
|