Searched refs:otherContact (Results 1 – 1 of 1) sorted by relevance
635 public int compareTo(Contact otherContact) { in compareTo() argument638 return compareBySortKeyPrimary(otherContact); in compareTo()645 public int compareBySortKeyPrimary(@NonNull Contact otherContact) { in compareBySortKeyPrimary() argument646 return compareNames(mSortKeyPrimary, otherContact.mSortKeyPrimary, in compareBySortKeyPrimary()647 mPhoneBookLabel, otherContact.getPhonebookLabel()); in compareBySortKeyPrimary()654 public int compareBySortKeyAlt(@NonNull Contact otherContact) { in compareBySortKeyAlt() argument655 return compareNames(mSortKeyAlt, otherContact.mSortKeyAlt, in compareBySortKeyAlt()656 mPhoneBookLabelAlt, otherContact.getPhonebookLabelAlt()); in compareBySortKeyAlt()