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()460 sContactSet.add(contactId); in fetchAndSetContacts()468 sPrimaryVersionCounter += Math.abs(sTotalContacts - sContactSet.size()); in fetchAndSetContacts()471 if (sTotalContacts != sContactSet.size()) { in fetchAndSetContacts()472 sSecondaryVersionCounter += Math.abs(sTotalContacts - sContactSet.size()); in fetchAndSetContacts()491 return sContactSet.size(); in fetchAndSetContacts()