Searched refs:getNamespaceCount (Results 1 – 11 of 11) sorted by relevance
73 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlPullParserWrapper74 return mWrapped.getNamespaceCount(depth); in getNamespaceCount()
628 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in BinaryXmlPullParser
90 public int getNamespaceCount(int depth) throws XmlPullParserException, RemoteException { in getNamespaceCount() method in RemoteXmlPullParserAdapter91 return mDelegate.getNamespaceCount(depth); in getNamespaceCount()
113 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in RemoteXmlPullParserAdapter115 return mDelegate.getNamespaceCount(depth); in getNamespaceCount()
51 int getNamespaceCount(int depth) throws XmlPullParserException, RemoteException; in getNamespaceCount() method
299 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
150 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in XmlBlock.Parser
1858 public int getNamespaceCount(int depth) throws XmlPullParserException { in getNamespaceCount() method in ZenModeHelperTest.XmlResourceParserImpl1859 return parser.getNamespaceCount(depth); in getNamespaceCount()
58654 method public abstract int getNamespaceCount(int) throws org.xmlpull.v1.XmlPullParserException;
23571 HSPLcom/android/org/kxml2/io/KXmlParser;->getNamespaceCount(I)I