Searched refs:skipValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonReader.java57 * exception. Lenient parsers should call {@link #skipValue()} to recursively
62 * #skipValue()}.
126 * reader.skipValue();
156 * reader.skipValue();
227 /** True if we're currently handling a skipValue() call. */
546 public void skipValue() throws IOException { method in class:JsonReader
/frameworks/base/core/tests/coretests/src/android/util/
H A DJsonReaderTest.java70 reader.skipValue();
72 reader.skipValue();

Completed in 1027 milliseconds