Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java122 Long twoId = two.getRawContactId(); in compare() local
123 if (oneId == null && twoId == null) { in compare()
127 } else if (twoId == null) { in compare()
131 return Long.compare(oneId, twoId); in compare()