Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java491 long previousContactId = -1; in filterByRange() local
500 if (previousContactId != currentContactId) { in filterByRange()
501 previousContactId = currentContactId; in filterByRange()
847 long previousContactId = -1; in getDistinctContactIdSize() local
852 if (previousContactId != contactId) { in getDistinctContactIdSize()
854 previousContactId = contactId; in getDistinctContactIdSize()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberListAdapter.java424 final long previousContactId = cursor.getLong(PhoneQuery.CONTACT_ID); in bindView() local
425 if (currentContactId == previousContactId) { in bindView()