Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java222 final Set<Long> tmpIdSet = new ArraySet<>(); in findRawContactMatchingCandidates() local
231 tmpIdSet.add(newRawContactId); in findRawContactMatchingCandidates()
237 newIds.addAll(tmpIdSet); in findRawContactMatchingCandidates()