Searched refs:getJSONArray (Results 1 – 4 of 4) 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
592 @NonNull public JSONArray getJSONArray(@NonNull String name) throws JSONException { in getJSONArray() method in JSONObject
20196 method public org.json.JSONArray getJSONArray(int) throws org.json.JSONException;20249 …method @NonNull public org.json.JSONArray getJSONArray(@NonNull String) throws org.json.JSONExcept…