Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountListPreferenceController.java185 ArrayList<AccountPreference> accountPreferences = in getAccountPreferences() local
211 accountPreferences.add(preference); in getAccountPreferences()
218 if (accountPreferences.isEmpty()) { in getAccountPreferences()
224 Collections.sort(accountPreferences, Comparator.comparing( in getAccountPreferences()
228 return accountPreferences; in getAccountPreferences()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountPreferenceController.java129 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData
433 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()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java135 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData
451 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()