Searched refs:accountPreferences (Results 1 – 2 of 2) sorted by relevance
188 ArrayList<AccountPreference> accountPreferences = in getAccountPreferences() local214 accountPreferences.add(preference); in getAccountPreferences()221 if (accountPreferences.isEmpty()) { in getAccountPreferences()227 Collections.sort(accountPreferences, Comparator.comparing( in getAccountPreferences()231 return accountPreferences; in getAccountPreferences()
135 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData452 new ArrayMap<>(profileData.accountPreferences); in updateAccountTypes()461 if (!profileData.accountPreferences.containsKey(key)) { in updateAccountTypes()463 profileData.accountPreferences.put(key, preference); in updateAccountTypes()471 profileData.accountPreferences.get(key)); in updateAccountTypes()472 profileData.accountPreferences.remove(key); in updateAccountTypes()