Home
last modified time | relevance | path

Searched refs:getNamespaceCount (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DXmlPullParserWrapper.java73 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlPullParserWrapper
74 return mWrapped.getNamespaceCount(depth); in getNamespaceCount()
DBinaryXmlPullParser.java628 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in BinaryXmlPullParser
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java90 public int getNamespaceCount(int depth) throws XmlPullParserException, RemoteException { in getNamespaceCount() method in RemoteXmlPullParserAdapter
91 return mDelegate.getNamespaceCount(depth); in getNamespaceCount()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java113 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in RemoteXmlPullParserAdapter
115 return mDelegate.getNamespaceCount(depth); in getNamespaceCount()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java51 int getNamespaceCount(int depth) throws XmlPullParserException, RemoteException; in getNamespaceCount() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java299 public int getNamespaceCount(int i) throws XmlPullParserException { in getNamespaceCount() method in LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java169 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java150 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlBlock.Parser
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1858 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in ZenModeHelperTest.XmlResourceParserImpl
1859 return parser.getNamespaceCount(depth); in getNamespaceCount()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt58654 method public abstract int getNamespaceCount(int) throws org.xmlpull.v1.XmlPullParserException;
/frameworks/base/config/
Dboot-image-profile.txt23571 HSPLcom/android/org/kxml2/io/KXmlParser;->getNamespaceCount(I)I