Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1154 final Set<Long> allIds = new HashSet<Long>(); in reAggregateRawContacts() local
1155 allIds.add(rawContactId); in reAggregateRawContacts()
1156 allIds.addAll(existingRawContactIds); in reAggregateRawContacts()
1157 final Set<Set<Long>> connectedRawContactSets = findConnectedRawContacts(db, allIds); in reAggregateRawContacts()