Searched refs:optJSONObject (Results 1 – 4 of 4) 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
635 @Nullable public JSONObject optJSONObject(@Nullable String name) { in optJSONObject() method in JSONObject
19267 method public org.json.JSONObject optJSONObject(int);19322 method @Nullable public org.json.JSONObject optJSONObject(@Nullable String);