HomeSort by relevance Sort by last modified time
    Searched refs:previousContactId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 491 long previousContactId = -1;
500 if (previousContactId != currentContactId) {
501 previousContactId = currentContactId;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 424 final long previousContactId = cursor.getLong(PhoneQuery.CONTACT_ID);
425 if (currentContactId == previousContactId) {

Completed in 74 milliseconds