Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountInfo.java129 Collections.sort(accounts, sourceComparator(defaultAccount)); in sortAccounts()
139 private static Comparator<AccountInfo> sourceComparator(AccountWithDataSet defaultAccount) { in sourceComparator() method in AccountInfo