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