Home
last modified time | relevance | path

Searched defs:getNamespaceUri (Results 1 – 9 of 9) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java55 String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException; in getNamespaceUri() method
/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
/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
/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/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1443 public String getNamespaceUri(int pos) throws XmlPullParserException { in getNamespaceUri() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/tools/aapt/
DXMLNode.cpp673 const String16& XMLNode::getNamespaceUri() const in getNamespaceUri() function in XMLNode
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1174 const char16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const in getNamespaceUri() function in android::ResXMLParser