Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java186 class AccountSorter implements Comparator<Account> { class in AccountManagerServiceTest
217 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()
228 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()
238 Arrays.sort(accounts, new AccountSorter()); in testCheckAddAccount()
2684 Arrays.sort(accounts, new AccountSorter()); in testGetAccountsByFeaturesNullFeatureReturnsAllAccounts()