Home
last modified time | relevance | path

Searched refs:sourceHashes (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java5073 Set<String> sourceHashes = new ArraySet<>(); in deDuplicateRawContacts() local
5074 sourceRawContactIdToHashSet.put(id, sourceHashes); in deDuplicateRawContacts()
5096 Set<String> sourceHashes = entry.getValue(); in deDuplicateRawContacts() local
5097 if (hasDuplicateAtDestination(sourceHashes, destEntityHashes)) { in deDuplicateRawContacts()
5109 private boolean hasDuplicateAtDestination(Set<String> sourceHashes, in hasDuplicateAtDestination() argument
5112 if (sourceHashes == null || sourceHashes.isEmpty()) { in hasDuplicateAtDestination()
5119 for (String sourceHash : sourceHashes) { in hasDuplicateAtDestination()