Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelperTest.java74 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets, in testMergeComponentsWithDisjointAccounts()
104 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets, in testMergeComponentsWithDisjointAccounts2()
134 Set<Set<Long>> actual = ContactAggregatorHelper.findConnectedComponents(rawContactIdSet, in testFindConnectedRawContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactAggregatorHelper.java32 public class ContactAggregatorHelper { class
34 private ContactAggregatorHelper() {} in ContactAggregatorHelper() method in ContactAggregatorHelper
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java48 import com.android.providers.contacts.aggregation.util.ContactAggregatorHelper;
323 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets, in reAggregateRawContacts()
436 ContactAggregatorHelper.findConnectedComponents(component, joinPairs)); in breakComponentsByExceptions()
DAbstractContactAggregator.java42 import com.android.providers.contacts.aggregation.util.ContactAggregatorHelper;
834 return ContactAggregatorHelper.findConnectedComponents(rawContactIdSet, matchingRawIdPairs); in findConnectedRawContacts()