Searched refs:accountPreferences (Results 1 – 3 of 3) sorted by relevance
185 ArrayList<AccountPreference> accountPreferences = in getAccountPreferences() local211 accountPreferences.add(preference); in getAccountPreferences()218 if (accountPreferences.isEmpty()) { in getAccountPreferences()224 Collections.sort(accountPreferences, Comparator.comparing( in getAccountPreferences()228 return accountPreferences; in getAccountPreferences()
129 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData433 new ArrayMap<>(profileData.accountPreferences); in updateAccountTypes()442 if (!profileData.accountPreferences.containsKey(key)) { in updateAccountTypes()444 profileData.accountPreferences.put(key, preference); in updateAccountTypes()452 profileData.accountPreferences.get(key)); in updateAccountTypes()453 profileData.accountPreferences.remove(key); in updateAccountTypes()
135 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData451 new ArrayMap<>(profileData.accountPreferences); in updateAccountTypes()460 if (!profileData.accountPreferences.containsKey(key)) { in updateAccountTypes()462 profileData.accountPreferences.put(key, preference); in updateAccountTypes()470 profileData.accountPreferences.get(key)); in updateAccountTypes()471 profileData.accountPreferences.remove(key); in updateAccountTypes()