Searched refs:getNamespaceCount (Results 1 – 9 of 9) sorted by relevance
74 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlPullParserWrapper75 return mWrapped.getNamespaceCount(depth); in getNamespaceCount()
306 public int getNamespaceCount(int i) throws XmlPullParserException { in getNamespaceCount() method in LayoutParserWrapper
169 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in BridgeXmlBlockParser
183 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlBlock.Parser
630 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in BinaryXmlPullParser
6376 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in ZenModeHelperTest.XmlResourceParserImpl6377 return parser.getNamespaceCount(depth); in getNamespaceCount()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
58654 method public abstract int getNamespaceCount(int) throws org.xmlpull.v1.XmlPullParserException;
23250 HSPLcom/android/org/kxml2/io/KXmlParser;->getNamespaceCount(I)I