Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java232 private static final Comparator<Account> ACCOUNT_COMPARATOR = new Comparator<Account>() { field in AccountTypeManagerImpl
499 Collections.sort(allAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()
500 Collections.sort(contactWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()
501 Collections.sort(groupWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()