Home
last modified time | relevance | path

Searched defs:indentFactor (Results 1 – 2 of 2) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONObject.java1358 public String toString(int indentFactor) throws JSONException { in toString()
1376 String toString(int indentFactor, int indent) throws JSONException { in toString()
1390 sb.append(valueToString(this.map.get(o), indentFactor, in toString() local
1405 sb.append(valueToString(this.map.get(o), indentFactor, in toString() local
1491 static String valueToString(Object value, int indentFactor, int indent) in valueToString()
DJSONArray.java876 public String toString(int indentFactor) throws JSONException { in toString()
891 String toString(int indentFactor, int indent) throws JSONException { in toString()
912 indentFactor, newindent)); in toString() local