Home
last modified time | relevance | path

Searched defs:optLong (Results 1 – 2 of 2) sorted by relevance

/libcore/json/src/main/java/org/json/
DJSONArray.java443 public long optLong(int index) { in optLong() method in JSONArray
451 public long optLong(int index, long fallback) { in optLong() method in JSONArray
DJSONObject.java541 public long optLong(@Nullable String name) { in optLong() method in JSONObject
551 public long optLong(@Nullable String name, long fallback) { in optLong() method in JSONObject