Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectPhoneNumbersListAdapter.java152 final long previousContactId = cursor.getLong(PhoneQuery.CONTACT_ID); in bindView() local
153 if (currentContactId == previousContactId) { in bindView()
DMultiSelectEmailAddressesListAdapter.java152 final long previousContactId = cursor.getLong(EmailQuery.CONTACT_ID); in bindView() local
153 if (currentContactId == previousContactId) { in bindView()
DPhoneNumberListAdapter.java424 final long previousContactId = cursor.getLong(PhoneQuery.CONTACT_ID); in bindView() local
425 if (currentContactId == previousContactId) { in bindView()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java817 long previousContactId = -1; in filterByRange() local
824 if (previousContactId != currentContactId) { in filterByRange()
825 previousContactId = currentContactId; in filterByRange()
1430 long previousContactId = -1; in getDistinctContactIdSize() local
1436 if (previousContactId != contactId) { in getDistinctContactIdSize()
1438 previousContactId = contactId; in getDistinctContactIdSize()