Searched refs:compareByPhoneThenName (Results 1 – 2 of 2) sorted by relevance
236 compareByPhoneThenName()); in findByPhoneAndName()239 public static final Comparator<SimContact> compareByPhoneThenName() { in compareByPhoneThenName() method in SimContact
191 Collections.sort(contacts, SimContact.compareByPhoneThenName()); in findAccountsOfExistingSimContacts()