Searched refs:accountTypeToAuthorities (Results 1 – 1 of 1) sorted by relevance
136 HashMap<String, List<String>> accountTypeToAuthorities = new HashMap<String, in serializeAccountSyncSettingsToJSON() local143 if (!accountTypeToAuthorities.containsKey(syncAdapter.accountType)) { in serializeAccountSyncSettingsToJSON()144 accountTypeToAuthorities.put(syncAdapter.accountType, new ArrayList<String>()); in serializeAccountSyncSettingsToJSON()146 accountTypeToAuthorities.get(syncAdapter.accountType).add(syncAdapter.authority); in serializeAccountSyncSettingsToJSON()157 List<String> authorities = accountTypeToAuthorities.get(account.type); in serializeAccountSyncSettingsToJSON()