Searched refs:sContactSet (Results 1 – 1 of 1) sorted by relevance
91 private static HashSet<String> sContactSet = new HashSet<>(); field in BluetoothPbapUtils266 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()