Searched refs:accountJSONArray (Results 1 – 1 of 1) sorted by relevance
156 JSONArray accountJSONArray = new JSONArray(); in serializeAccountSyncSettingsToJSON() local185 accountJSONArray.put(accountJSON); in serializeAccountSyncSettingsToJSON()187 backupJSON.put(KEY_ACCOUNTS, accountJSONArray); in serializeAccountSyncSettingsToJSON()261 JSONArray accountJSONArray = dataJSON.getJSONArray(KEY_ACCOUNTS); in restoreEntity() local271 restoreFromJsonArray(accountJSONArray, mUserId); in restoreEntity()282 private void restoreFromJsonArray(JSONArray accountJSONArray, int userId) in restoreFromJsonArray() argument286 for (int i = 0; i < accountJSONArray.length(); i++) { in restoreFromJsonArray()287 JSONObject accountJSON = (JSONObject) accountJSONArray.get(i); in restoreFromJsonArray()