Searched refs:NONEMPTY_ARRAY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonScope.java34 NONEMPTY_ARRAY, enum constant in enum:JsonScope
H A DJsonWriter.java212 return close(JsonScope.EMPTY_ARRAY, JsonScope.NONEMPTY_ARRAY, "]");
506 replaceTop(JsonScope.NONEMPTY_ARRAY);
510 case NONEMPTY_ARRAY: // another in array
H A DJsonReader.java342 case NONEMPTY_ARRAY:
587 replaceTop(JsonScope.NONEMPTY_ARRAY);

Completed in 245 milliseconds