Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DContact.java668 return compareNames(mSortKeyPrimary, otherContact.mSortKeyPrimary, in compareBySortKeyPrimary()
677 return compareNames(mSortKeyAlt, otherContact.mSortKeyAlt, in compareBySortKeyAlt()
684 private int compareNames(String name, String otherName, String label, String otherLabel) { in compareNames() method in Contact