Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java91 private static HashSet<String> sContactSet = new HashSet<>(); field in BluetoothPbapUtils
266 HashSet<String> deletedContacts = new HashSet<>(sContactSet); in updateSecondaryVersionCounter()
276 sContactSet.remove(deletedContact); in updateSecondaryVersionCounter()
455 sContactSet.add(contactId); in fetchAndSetContacts()
463 sPrimaryVersionCounter += Math.abs(sTotalContacts - sContactSet.size()); in fetchAndSetContacts()
466 if (sTotalContacts != sContactSet.size()) { in fetchAndSetContacts()
467 sSecondaryVersionCounter += Math.abs(sTotalContacts - sContactSet.size()); in fetchAndSetContacts()
486 return sContactSet.size(); in fetchAndSetContacts()