Searched refs:AccountSorter (Results 1 – 1 of 1) sorted by relevance
210 class AccountSorter implements Comparator<Account> { class in AccountManagerServiceTest247 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()258 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()268 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()2901 Arrays.sort(accounts, new AccountSorter()); in testGetAccountsByFeaturesNullFeatureReturnsAllAccounts()