Searched refs:ACCOUNT_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
232 private static final Comparator<Account> ACCOUNT_COMPARATOR = new Comparator<Account>() { field in AccountTypeManagerImpl499 Collections.sort(allAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()500 Collections.sort(contactWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()501 Collections.sort(groupWritableAccounts, ACCOUNT_COMPARATOR); in loadAccountsInBackground()