Home
last modified time | relevance | path

Searched refs:jsonString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/server/backup/
DAccountSyncSettingsBackupHelper.java309 String jsonString = unaddedAccountsJSONArray.toString(); in restoreFromJsonArray() local
311 out.writeUTF(jsonString); in restoreFromJsonArray()
328 String jsonString; in accountAddedInternal() local
332 jsonString = in.readUTF(); in accountAddedInternal()
343 JSONArray unaddedAccountsJSONArray = new JSONArray(jsonString); in accountAddedInternal()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString() argument
101 JSONObject jsonObject = new JSONObject(jsonString); in fromJsonString()
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java211 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValues() local
212 JSONObject json = new JSONObject(jsonString); in reportCachedValues()
246 String jsonString = IoUtils.readFileAsString(DISKSTATS_DUMP_FILE); in reportCachedValuesProto() local
247 JSONObject json = new JSONObject(jsonString); in reportCachedValuesProto()
/frameworks/av/drm/mediacas/plugins/clearkey/
DJsonAssetLoader.h53 const String8& jsonString, Vector<String8>* jsonObjects);