Searched refs:JSONArray (Results 1 – 3 of 3) sorted by relevance
18 import org.json.JSONArray;46 private JSONArray mStateJson;51 mStateJson = new JSONArray("[{\"name\": \"Please\", " + in StateAdapter()60 mStateJson = new JSONArray(stateJson); in setState()116 JSONArray options = item.getJSONArray(OPTIONS); in populateView()
31 import org.json.JSONArray;105 JSONArray rules = jsonObj.getJSONArray("Rules"); in parsePackageNames()114 JSONArray apps = rule.optJSONArray("Applications"); in parsePackageNames()
217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): function326 self.parse_array = JSONArray