Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java425 final Set<Set<Long>> tmpSets = new ArraySet<>(connectedRawContacts); in breakComponentsByExceptions() local
426 for (Set<Long> component : tmpSets) { in breakComponentsByExceptions()