Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1157 final Set<Set<Long>> connectedRawContactSets = findConnectedRawContacts(db, allIds); in reAggregateRawContacts() local
1159 if (connectedRawContactSets.size() == 1) { in reAggregateRawContacts()
1161 createContactForRawContacts(db, txContext, connectedRawContactSets.iterator().next(), in reAggregateRawContacts()
1164 for (Set<Long> connectedRawContactIds : connectedRawContactSets) { in reAggregateRawContacts()
1170 connectedRawContactSets.remove(connectedRawContactIds); in reAggregateRawContacts()
1178 int index = connectedRawContactSets.size(); in reAggregateRawContacts()
1179 for (Set<Long> connectedRawContactIds : connectedRawContactSets) { in reAggregateRawContacts()
1217 Set<Set<Long>> connectedRawContactSets = new HashSet<Set<Long>>(); in findConnectedComponents() local
1223 connectedRawContactSets.add(set); in findConnectedComponents()
1226 return connectedRawContactSets; in findConnectedComponents()