Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberListAdapter.java431 final long nextContactId = cursor.getLong(PhoneQuery.CONTACT_ID); in bindView() local
432 if (currentContactId == nextContactId) { in bindView()