Searched refs:optJSONArray (Results 1 – 4 of 4) sorted by relevance
105 assertEquals(null, object.optJSONArray("foo")); in testEmptyObject()478 assertEquals(a, object.optJSONArray("foo")); in testJSONObjects()480 assertEquals(null, object.optJSONArray("bar")); in testJSONObjects()856 assertEquals(null, object.optJSONArray(null)); in testOptNull()
510 public JSONArray optJSONArray(int index) { in optJSONArray() method in JSONArray
605 @Nullable public JSONArray optJSONArray(@Nullable String name) { in optJSONArray() method in JSONObject
20906 method public org.json.JSONArray optJSONArray(int);20962 method @Nullable public org.json.JSONArray optJSONArray(@Nullable String);