Home
last modified time | relevance | path

Searched refs:replaceTop (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
DJsonWriter.java274 private void replaceTop(JsonScope topOfStack) { in replaceTop() method in JsonWriter
484 replaceTop(JsonScope.DANGLING_NAME); in beforeName()
502 replaceTop(JsonScope.NONEMPTY_DOCUMENT); in beforeValue()
506 replaceTop(JsonScope.NONEMPTY_ARRAY); in beforeValue()
517 replaceTop(JsonScope.NONEMPTY_OBJECT); in beforeValue()
DJsonReader.java335 replaceTop(JsonScope.NONEMPTY_DOCUMENT); in peek()
583 private void replaceTop(JsonScope newTop) { in replaceTop() method in JsonReader
589 replaceTop(JsonScope.NONEMPTY_ARRAY); in nextInArray()
670 replaceTop(JsonScope.DANGLING_NAME); in nextInObject()
692 replaceTop(JsonScope.NONEMPTY_OBJECT); in objectValue()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71819 Landroid/util/JsonReader;->replaceTop(Landroid/util/JsonScope;)V
71850 Landroid/util/JsonWriter;->replaceTop(Landroid/util/JsonScope;)V