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.java219 ArrayList<AccountPreference> accountPreferences = in getAccountPreferences() local
245 accountPreferences.add(preference); in getAccountPreferences()
252 if (accountPreferences.isEmpty()) { in getAccountPreferences()
258 Collections.sort(accountPreferences, Comparator.comparing( in getAccountPreferences()
262 return accountPreferences; in getAccountPreferences()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java148 public ArrayMap<String, AccountTypePreference> accountPreferences = new ArrayMap<>(); field in AccountPreferenceController.ProfileData
543 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()