Searched refs:getAttributePrefix (Results 1 – 10 of 10) sorted by relevance
145 public String getAttributePrefix(int index) { in getAttributePrefix() method in XmlPullParserWrapper146 return mWrapped.getAttributePrefix(index); in getAttributePrefix()
605 public String getAttributePrefix(int index) { in getAttributePrefix() method in BinaryXmlPullParser
180 public String getAttributePrefix(int index) throws RemoteException { in getAttributePrefix() method in RemoteXmlPullParserAdapter181 return mDelegate.getAttributePrefix(index); in getAttributePrefix()
275 public String getAttributePrefix(int index) { in getAttributePrefix() method in RemoteXmlPullParserAdapter277 return mDelegate.getAttributePrefix(index); in getAttributePrefix()
87 String getAttributePrefix(int index) throws RemoteException; in getAttributePrefix() method
349 public String getAttributePrefix(int i) { in getAttributePrefix() method in LayoutParserWrapper
253 public String getAttributePrefix(int index) { in getAttributePrefix() method in BridgeXmlBlockParser
219 public String getAttributePrefix(int index) { in getAttributePrefix() method in XmlBlock.Parser
1968 public String getAttributePrefix(int index) { in getAttributePrefix() method in ZenModeHelperTest.XmlResourceParserImpl1969 return parser.getAttributePrefix(index); in getAttributePrefix()
58641 method public abstract java.lang.String getAttributePrefix(int);