Home
last modified time | relevance | path

Searched defs:getNamespacePrefix (Results 1 – 11 of 11) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java53 String getNamespacePrefix(int pos) throws XmlPullParserException, RemoteException; in getNamespacePrefix() method
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java122 public String getNamespacePrefix(int pos) throws XmlPullParserException { in getNamespacePrefix() method in RemoteXmlPullParserAdapter
/frameworks/base/core/java/com/android/internal/util/
DXmlPullParserWrapper.java77 public String getNamespacePrefix(int pos) throws XmlPullParserException { in getNamespacePrefix() method in XmlPullParserWrapper
DBinaryXmlPullParser.java634 public String getNamespacePrefix(int pos) throws XmlPullParserException { in getNamespacePrefix() method in BinaryXmlPullParser
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java95 public String getNamespacePrefix(int pos) throws XmlPullParserException, RemoteException { in getNamespacePrefix() method in RemoteXmlPullParserAdapter
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java304 public String getNamespacePrefix(int i) throws XmlPullParserException { in getNamespacePrefix() method in LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java154 public String getNamespacePrefix(int pos) throws XmlPullParserException { in getNamespacePrefix() method in BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java141 public String getNamespacePrefix(int pos) throws XmlPullParserException { in getNamespacePrefix() method in XmlBlock.Parser
/frameworks/base/tools/aapt/
DXMLNode.cpp668 const String16& XMLNode::getNamespacePrefix() const in getNamespacePrefix() function in XMLNode
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1863 public String getNamespacePrefix(int pos) throws XmlPullParserException { in getNamespacePrefix() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1276 const char16_t* ResXMLParser::getNamespacePrefix(size_t* outLen) const in getNamespacePrefix() function in android::ResXMLParser