Searched defs:endObject (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/util/
H A DJsonReader.java51 * read the object's closing brace by calling {@link #endObject}.
129 * reader.endObject();
159 * reader.endObject();
300 public void endObject() throws IOException { method in class:JsonReader
H A DJsonWriter.java45 * Finally close the object using {@link #endObject()}.
98 * writer.endObject();
105 * writer.endObject();
217 * with a call to {@link #endObject}.
230 public JsonWriter endObject() throws IOException { method in class:JsonWriter

Completed in 146 milliseconds