Searched refs:getTextCharacters (Results 1 – 10 of 10) sorted by relevance
113 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() method in XmlPullParserWrapper114 return mWrapped.getTextCharacters(holderForStartAndLength); in getTextCharacters()
505 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() method in BinaryXmlPullParser
140 public char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException { in getTextCharacters() method in RemoteXmlPullParserAdapter141 return mDelegate.getTextCharacters(holderForStartAndLength); in getTextCharacters()
203 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() method in RemoteXmlPullParserAdapter205 return mDelegate.getTextCharacters(holderForStartAndLength); in getTextCharacters()
71 char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException; in getTextCharacters() method
319 public char[] getTextCharacters(int[] ints) { in getTextCharacters() method in LayoutParserWrapper
220 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() method in BridgeXmlBlockParser
183 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() method in XmlBlock.Parser
1908 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() method in ZenModeHelperTest.XmlResourceParserImpl1909 return parser.getTextCharacters(holderForStartAndLength); in getTextCharacters()
58661 method public abstract char[] getTextCharacters(int[]);