Searched refs:sourceHashes (Results 1 – 1 of 1) sorted by relevance
5073 Set<String> sourceHashes = new ArraySet<>(); in deDuplicateRawContacts() local5074 sourceRawContactIdToHashSet.put(id, sourceHashes); in deDuplicateRawContacts()5096 Set<String> sourceHashes = entry.getValue(); in deDuplicateRawContacts() local5097 if (hasDuplicateAtDestination(sourceHashes, destEntityHashes)) { in deDuplicateRawContacts()5109 private boolean hasDuplicateAtDestination(Set<String> sourceHashes, in hasDuplicateAtDestination() argument5112 if (sourceHashes == null || sourceHashes.isEmpty()) { in hasDuplicateAtDestination()5119 for (String sourceHash : sourceHashes) { in hasDuplicateAtDestination()