Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DContact.java657 public int compareTo(Contact otherContact) { in compareTo() argument
660 return compareBySortKeyPrimary(otherContact); in compareTo()
667 public int compareBySortKeyPrimary(@NonNull Contact otherContact) { in compareBySortKeyPrimary() argument
668 return compareNames(mSortKeyPrimary, otherContact.mSortKeyPrimary, in compareBySortKeyPrimary()
669 mPhoneBookLabel, otherContact.getPhonebookLabel()); in compareBySortKeyPrimary()
676 public int compareBySortKeyAlt(@NonNull Contact otherContact) { in compareBySortKeyAlt() argument
677 return compareNames(mSortKeyAlt, otherContact.mSortKeyAlt, in compareBySortKeyAlt()
678 mPhoneBookLabelAlt, otherContact.getPhonebookLabelAlt()); in compareBySortKeyAlt()