Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountPreferenceController.java480 final ArrayList<AccountTypePreference> accountTypePreferences = in getAccountTypePreferences() local
506 accountTypePreferences.add(preference); in getAccountTypePreferences()
526 accountTypePreferences.add(new AccountTypePreference( in getAccountTypePreferences()
534 Collections.sort(accountTypePreferences, new Comparator<AccountTypePreference>() { in getAccountTypePreferences()
542 return accountTypePreferences; in getAccountTypePreferences()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceController.java498 final ArrayList<AccountTypePreference> accountTypePreferences = in getAccountTypePreferences() local
524 accountTypePreferences.add(preference); in getAccountTypePreferences()
544 accountTypePreferences.add(new AccountTypePreference( in getAccountTypePreferences()
552 Collections.sort(accountTypePreferences, new Comparator<AccountTypePreference>() { in getAccountTypePreferences()
560 return accountTypePreferences; in getAccountTypePreferences()