Searched refs:getJSONArray (Results 1 – 3 of 3) sorted by relevance
77 object.getJSONArray("foo"); in testEmptyObject()466 assertSame(a, object.getJSONArray("foo")); in testJSONObjects()474 object.getJSONArray("bar"); in testJSONObjects()494 object.getJSONArray("foo"); in testArrayCoercion()784 JSONArray array = object.getJSONArray("foo"); in testAccumulateMutatesInPlace()
497 public JSONArray getJSONArray(int index) throws JSONException { in getJSONArray() method in JSONArray
594 @NonNull public JSONArray getJSONArray(@NonNull String name) throws JSONException { in getJSONArray() method in JSONObject