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.java635 public int compareTo(Contact otherContact) { in compareTo() argument
638 return compareBySortKeyPrimary(otherContact); in compareTo()
645 public int compareBySortKeyPrimary(@NonNull Contact otherContact) { in compareBySortKeyPrimary() argument
646 return compareNames(mSortKeyPrimary, otherContact.mSortKeyPrimary, in compareBySortKeyPrimary()
647 mPhoneBookLabel, otherContact.getPhonebookLabel()); in compareBySortKeyPrimary()
654 public int compareBySortKeyAlt(@NonNull Contact otherContact) { in compareBySortKeyAlt() argument
655 return compareNames(mSortKeyAlt, otherContact.mSortKeyAlt, in compareBySortKeyAlt()
656 mPhoneBookLabelAlt, otherContact.getPhonebookLabelAlt()); in compareBySortKeyAlt()