Searched refs:json (Results 51 - 63 of 63) sorted by relevance

123

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java18 import org.json.JSONException;
19 import org.json.JSONObject;
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java30 import org.json.JSONObject;
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java74 import org.json.JSONArray;
75 import org.json.JSONException;
76 import org.json.JSONObject;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java38 import org.json.JSONArray;
39 import org.json.JSONException;
40 import org.json.JSONObject;
H A DRankingHelper.java43 import org.json.JSONArray;
44 import org.json.JSONException;
45 import org.json.JSONObject;
H A DNotificationManagerService.java175 import org.json.JSONException;
176 import org.json.JSONObject;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java35 import org.json.JSONException;
36 import org.json.JSONObject;
2447 final JSONObject json = new JSONObject(URLDecoder.decode(encoded, "UTF-8"));
2449 final Iterator<?> it = json.keys();
2452 final Object value = json.get(key);
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java59 import org.json.JSONException;
60 import org.json.JSONObject;
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java39 import org.json.JSONException;
40 import org.json.JSONObject;
H A DShortcutService.java107 import org.json.JSONArray;
108 import org.json.JSONException;
109 import org.json.JSONObject;
3572 Slog.e(TAG, "Unable to write in json", e);
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DRankingHelperTest.java28 import org.json.JSONArray;
29 import org.json.JSONObject;
/frameworks/base/
H A Dpreloaded-classes281 [Lorg.json.JSONStringer$Scope;
4364 org.json.JSON
4365 org.json.JSONArray
4366 org.json.JSONException
4367 org.json.JSONObject
4368 org.json.JSONObject$1
4369 org.json.JSONStringer
4370 org.json.JSONStringer$Scope
4371 org.json.JSONTokener
H A Dcompiled-classes-phone8202 org.json.JSON
8203 org.json.JSONArray
8204 org.json.JSONException
8205 org.json.JSONObject
8206 org.json.JSONObject$1
8207 org.json.JSONStringer
8208 org.json.JSONStringer$Scope
8209 org.json.JSONTokener

Completed in 851 milliseconds

123