Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSettings.java429 final ArrayList<AccountPreference> accountTypePreferences = in getAccountTypePreferences() local
456 accountTypePreferences.add(new AccountPreference(getPrefContext(), label, in getAccountTypePreferences()
467 accountTypePreferences.add(new AccountPreference(getPrefContext(), label, in getAccountTypePreferences()
475 Collections.sort(accountTypePreferences, new Comparator<AccountPreference>() { in getAccountTypePreferences()
481 return accountTypePreferences; in getAccountTypePreferences()