Searched refs:getJSONArray (Results 1 – 3 of 3) sorted by relevance
71 object.getJSONArray("foo"); in testEmptyObject()460 assertSame(a, object.getJSONArray("foo")); in testJSONObjects()468 object.getJSONArray("bar"); in testJSONObjects()488 object.getJSONArray("foo"); in testArrayCoercion()778 JSONArray array = object.getJSONArray("foo"); in testAccumulateMutatesInPlace()
495 public JSONArray getJSONArray(int index) throws JSONException { in getJSONArray() method in JSONArray
583 public JSONArray getJSONArray(String name) throws JSONException { in getJSONArray() method in JSONObject