Home
last modified time | relevance | path

Searched refs:optJSONObject (Results 1 – 4 of 4) sorted by relevance

/libcore/json/src/test/java/libcore/org/json/
DJSONObjectTest.java106 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()
/libcore/json/src/main/java/org/json/
DJSONArray.java535 public JSONObject optJSONObject(int index) { in optJSONObject() method in JSONArray
DJSONObject.java635 @Nullable public JSONObject optJSONObject(@Nullable String name) { in optJSONObject() method in JSONObject
/libcore/api/
Dcurrent.txt19267 method public org.json.JSONObject optJSONObject(int);
19322 method @Nullable public org.json.JSONObject optJSONObject(@Nullable String);