Home
last modified time | relevance | path

Searched refs:accountPreferences (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountListPreferenceController.java188 ArrayList<AccountPreference> accountPreferences = in getAccountPreferences() local
214 accountPreferences.add(preference); in getAccountPreferences()
221 if (accountPreferences.isEmpty()) { in getAccountPreferences()
227 Collections.sort(accountPreferences, Comparator.comparing( in getAccountPreferences()
231 return accountPreferences; in getAccountPreferences()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java135 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData
452 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()