Searched refs:indentSpaces (Results 1 – 3 of 3) sorted by relevance
131 JSONStringer(int indentSpaces) { in JSONStringer() argument132 char[] indentChars = new char[indentSpaces]; in JSONStringer()
606 public String toString(int indentSpaces) throws JSONException { in toString() argument607 JSONStringer stringer = new JSONStringer(indentSpaces); in toString()
730 @NonNull public String toString(int indentSpaces) throws JSONException { in toString() argument731 JSONStringer stringer = new JSONStringer(indentSpaces); in toString()