Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactRecipientAdapter.java283 final long rhsContactId = rhs.getContactId(); in compare() local
284 final int contactCompare = lhsContactId < rhsContactId ? -1 : in compare()
285 (lhsContactId == rhsContactId ? 0 : 1); in compare()