Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java102 private static HashSet<String> ContactSet = new HashSet<String>(); field in BluetoothPbapUtils
360 HashSet<String> deletedContacts = new HashSet<String>(ContactSet); in updateSecondaryVersionCounter()
368 ContactSet.remove(deletedContact); in updateSecondaryVersionCounter()
546 ContactSet.add(contactId); in fetchAndSetContacts()
554 primaryVersionCounter += Math.abs(totalContacts - ContactSet.size()); in fetchAndSetContacts()
557 if (totalContacts != ContactSet.size()) in fetchAndSetContacts()
558 secondaryVersionCounter += Math.abs(totalContacts - ContactSet.size()); in fetchAndSetContacts()
573 return ContactSet.size(); in fetchAndSetContacts()