Searched refs:otherContact (Results 1 – 1 of 1) sorted by relevance
657 public int compareTo(Contact otherContact) { in compareTo() argument660 return compareBySortKeyPrimary(otherContact); in compareTo()667 public int compareBySortKeyPrimary(@NonNull Contact otherContact) { in compareBySortKeyPrimary() argument668 return compareNames(mSortKeyPrimary, otherContact.mSortKeyPrimary, in compareBySortKeyPrimary()669 mPhoneBookLabel, otherContact.getPhonebookLabel()); in compareBySortKeyPrimary()676 public int compareBySortKeyAlt(@NonNull Contact otherContact) { in compareBySortKeyAlt() argument677 return compareNames(mSortKeyAlt, otherContact.mSortKeyAlt, in compareBySortKeyAlt()678 mPhoneBookLabelAlt, otherContact.getPhonebookLabelAlt()); in compareBySortKeyAlt()