Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java222 HashSet<String> currentContactSet = new HashSet<>(); in updateSecondaryVersionCounter() local
238 currentContactSet.add(contactId); in updateSecondaryVersionCounter()
267 deletedContacts.removeAll(currentContactSet); in updateSecondaryVersionCounter()