Searched refs:accountPreferences (Results 1 – 2 of 2) sorted by relevance
219 ArrayList<AccountPreference> accountPreferences = in getAccountPreferences() local245 accountPreferences.add(preference); in getAccountPreferences()252 if (accountPreferences.isEmpty()) { in getAccountPreferences()258 Collections.sort(accountPreferences, Comparator.comparing( in getAccountPreferences()262 return accountPreferences; in getAccountPreferences()
148 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData543 new ArrayMap<>(profileData.accountPreferences); in updateAccountTypes()552 if (!profileData.accountPreferences.containsKey(key)) { in updateAccountTypes()554 profileData.accountPreferences.put(key, preference); in updateAccountTypes()562 profileData.accountPreferences.get(key)); in updateAccountTypes()563 profileData.accountPreferences.remove(key); in updateAccountTypes()