Searched refs:getNamespaceCount (Results 1 – 8 of 8) sorted by relevance
74 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlPullParserWrapper75 return mWrapped.getNamespaceCount(depth); in getNamespaceCount()
98 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in FakeXmlResourceParser99 return mParser.getNamespaceCount(depth); in getNamespaceCount()
304 public int getNamespaceCount(int i) { in getNamespaceCount() method in LayoutParserWrapper
169 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in BridgeXmlBlockParser
630 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in BinaryXmlPullParser
192 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlBlock.Parser
7684 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in ZenModeHelperTest.XmlResourceParserImpl7685 return parser.getNamespaceCount(depth); in getNamespaceCount()
58654 method public abstract int getNamespaceCount(int) throws org.xmlpull.v1.XmlPullParserException;