Searched defs:getNamespaceUri (Results 1 - 7 of 7) sorted by relevance

/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java100 public String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException { method in class:RemoteXmlPullParserAdapter
101 return mDelegate.getNamespaceUri(pos);
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java55 String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException; method in interface:RemoteXmlPullParser
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java131 public String getNamespaceUri(int pos) throws XmlPullParserException { method in class:RemoteXmlPullParserAdapter
133 return mDelegate.getNamespaceUri(pos);
/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.java136 public String getNamespaceUri(int pos) throws XmlPullParserException { method in class:XmlBlock.Parser
137 throw new XmlPullParserException("getNamespaceUri() not supported");
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1171 const char16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const function in class:android::ResXMLParser

Completed in 156 milliseconds