Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DXmlPullParserWrapper.java74 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlPullParserWrapper
75 return mWrapped.getNamespaceCount(depth); in getNamespaceCount()
/frameworks/base/services/tests/vibrator/utils/com/android/server/vibrator/
DFakeXmlResourceParser.java98 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in FakeXmlResourceParser
99 return mParser.getNamespaceCount(depth); in getNamespaceCount()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java304 public int getNamespaceCount(int i) { 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/libs/modules-utils/java/com/android/modules/utils/
DBinaryXmlPullParser.java630 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in BinaryXmlPullParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java192 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlBlock.Parser
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java7684 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in ZenModeHelperTest.XmlResourceParserImpl
7685 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;