Searched refs:AccountSorter (Results 1 – 1 of 1) sorted by relevance
183 class AccountSorter implements Comparator<Account> { class in AccountManagerServiceTest213 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()224 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()234 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()2659 Arrays.sort(accounts, new AccountSorter()); in testGetAccountsByFeaturesNullFeatureReturnsAllAccounts()