Searched defs: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/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java186 skipValue(e);
229 private void skipValue(Element e) { method in class:LoaderDicom

Completed in 84 milliseconds