Searched refs:optJSONObject (Results 1 – 3 of 3) sorted by relevance
106 assertEquals(null, object.optJSONObject("foo")); in testEmptyObject()479 assertEquals(b, object.optJSONObject("bar")); in testJSONObjects()481 assertEquals(null, object.optJSONObject("foo")); in testJSONObjects()857 assertEquals(null, object.optJSONObject(null)); in testOptNull()
535 public JSONObject optJSONObject(int index) { in optJSONObject() method in JSONArray
632 @Nullable public JSONObject optJSONObject(@Nullable String name) { in optJSONObject() method in JSONObject