Searched refs:AccountSorter (Results 1 – 1 of 1) sorted by relevance
186 class AccountSorter implements Comparator<Account> { class in AccountManagerServiceTest216 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()227 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()237 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()2682 Arrays.sort(accounts, new AccountSorter()); in testGetAccountsByFeaturesNullFeatureReturnsAllAccounts()