Searched defs:jsonArray (Results 1 – 4 of 4) sorted by relevance
405 json_object *jsonArray = json_object_new_array(); in Fapi_NvExtend_Finish() local
33 public Builder(final List<Object> jsonArray) { in Builder()
184 JSONArray jsonArray = new JSONArray(roomListJson); in onResume() local
391 private List<Integer> jsonArrayToIntegerList(JSONArray jsonArray) throws JSONException { in jsonArrayToIntegerList()