Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java190 private static final Comparator<AccountWithDataSet> ACCOUNT_COMPARATOR = field in AccountTypeManagerImpl
542 Collections.sort(allAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()
543 Collections.sort(contactWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()
544 Collections.sort(groupWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()