Searched refs:accountJSONArray (Results 1 – 1 of 1) sorted by relevance
155 JSONArray accountJSONArray = new JSONArray(); in serializeAccountSyncSettingsToJSON() local184 accountJSONArray.put(accountJSON); in serializeAccountSyncSettingsToJSON()186 backupJSON.put(KEY_ACCOUNTS, accountJSONArray); in serializeAccountSyncSettingsToJSON()260 JSONArray accountJSONArray = dataJSON.getJSONArray(KEY_ACCOUNTS); in restoreEntity() local270 restoreFromJsonArray(accountJSONArray, mUserId); in restoreEntity()281 private void restoreFromJsonArray(JSONArray accountJSONArray, int userId) in restoreFromJsonArray() argument285 for (int i = 0; i < accountJSONArray.length(); i++) { in restoreFromJsonArray()286 JSONObject accountJSON = (JSONObject) accountJSONArray.get(i); in restoreFromJsonArray()