HomeSort by relevance Sort by last modified time
    Searched full:jsonarray (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /libcore/benchmarks/src/benchmarks/regression/
ParseBenchmark.java 30 import org.json.JSONArray;
183 new JSONArray(data);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 48 import org.json.JSONArray;
356 JSONArray accounts = null;
360 accounts = new JSONArray(accountsJson);
407 final JSONArray arr = new JSONArray();
Attachment.java 44 import org.json.JSONArray;
616 final JSONArray result = new JSONArray();
631 final JSONArray arr = new JSONArray(jsonArrayStr);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 41 import org.json.JSONArray;
143 JSONArray array = new JSONArray();
220 JSONArray array = new JSONArray();
551 JSONArray array = new JSONArray();
594 JSONArray array = new JSONArray();
640 JSONArray array = new JSONArray()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsUtils.java 34 import org.json.JSONArray;
50 JSONArray a, boolean normalized, int width, int height)
82 public static JSONArray getOutputSpecs(JSONObject jsonObjTop)
ItsService.java 59 import org.json.JSONArray;
354 } else if (obj instanceof JSONArray) {
355 jsonObj.put("outputs", (JSONArray)obj);
616 JSONArray accels = new JSONArray();
617 JSONArray mags = new JSONArray();
618 JSONArray gyros = new JSONArray();
661 JSONArray jsonSurfaces = new JSONArray()
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONTokener.java 34 * it. It is used by the JSONObject and JSONArray constructors to parse
329 * JSONArray, JSONObject, Long, or String, or the JSONObject.NULL object.
348 return new JSONArray(this);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 28 import org.json.JSONArray;
171 JSONArray jsonConfigs = new JSONArray(in);
  /libcore/json/src/test/java/org/json/
JSONTokenerTest.java 578 JSONArray array = (JSONArray) tokener.nextValue();
584 JSONArray array = (JSONArray) tokener.nextValue();
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4-sources.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3-sources.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4-sources.jar 
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 25 import org.json.JSONArray;
152 JSONArray revisions = page.getJSONArray("revisions");
ExtendedWikiHelper.java 19 import org.json.JSONArray;
210 JSONArray random = query.getJSONArray("random");
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 25 import org.json.JSONArray;
159 JSONArray revisions = page.getJSONArray("revisions");
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java 26 import org.json.JSONArray;
92 JSONArray videos = jsonObj.getJSONArray(MUSIC);
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 66 import org.json.JSONArray;
230 JSONArray answersJsonArray = questionObject.getJSONArray(JsonUtils.JSON_FIELD_ANSWERS);
263 JSONArray jsonArray = jsonObject.getJSONArray(JsonUtils.JSON_FIELD_QUESTIONS);
264 for (int i = 0; i < jsonArray.length(); i++) {
265 JSONObject questionObject = jsonArray.getJSONObject(i);
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 66 import org.json.JSONArray;
230 JSONArray answersJsonArray = questionObject.getJSONArray(JsonUtils.JSON_FIELD_ANSWERS);
263 JSONArray jsonArray = jsonObject.getJSONArray(JsonUtils.JSON_FIELD_QUESTIONS);
264 for (int i = 0; i < jsonArray.length(); i++) {
265 JSONObject questionObject = jsonArray.getJSONObject(i);
  /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
MainActivity.java 66 import org.json.JSONArray;
230 JSONArray answersJsonArray = questionObject.getJSONArray(JsonUtils.JSON_FIELD_ANSWERS);
263 JSONArray jsonArray = jsonObject.getJSONArray(JsonUtils.JSON_FIELD_QUESTIONS);
264 for (int i = 0; i < jsonArray.length(); i++) {
265 JSONObject questionObject = jsonArray.getJSONObject(i);
  /external/vogar/lib/
gson-1.7.1.jar 
  /libcore/json/src/main/java/org/json/
JSONTokener.java 33 * JSONArray locations = object.getJSONArray("locations");</pre>
89 * @return a {@link JSONObject}, {@link JSONArray}, String, Boolean,
404 private JSONArray readArray() throws JSONException {
405 JSONArray result = new JSONArray();
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 34 import org.json.JSONArray;
232 JSONArray aggregatedStats = new JSONArray();
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ClearKeySystemTest.java 48 import org.json.JSONArray;
131 final JSONArray ids = license.getJSONArray("kids");
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MusicProvider.java 24 import org.json.JSONArray;
228 JSONArray tracks = jsonObj.getJSONArray(JSON_MUSIC);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MusicProvider.java 24 import org.json.JSONArray;
228 JSONArray tracks = jsonObj.getJSONArray(JSON_MUSIC);

Completed in 1097 milliseconds

1 23 4 5