Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java250 private static final Comparator<AccountWithDataSet> ACCOUNT_COMPARATOR = field in AccountTypeManagerImpl
502 Collections.sort(allAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()
503 Collections.sort(contactWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()
504 Collections.sort(groupWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()