Searched refs:sourceRawContactIdToHashSet (Results 1 – 1 of 1) sorted by relevance
5064 Map<Long, Set<String>> sourceRawContactIdToHashSet = new HashMap<>(); in deDuplicateRawContacts() local5072 if (!sourceRawContactIdToHashSet.containsKey(id)) { in deDuplicateRawContacts()5074 sourceRawContactIdToHashSet.put(id, sourceHashes); in deDuplicateRawContacts()5076 sourceRawContactIdToHashSet.get(id).add(hash); in deDuplicateRawContacts()5094 for (Map.Entry<Long, Set<String>> entry : sourceRawContactIdToHashSet.entrySet()) { in deDuplicateRawContacts()