Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
H A DContactAggregatorHelperTest.java71 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets, in testMergeComponentsWithDisjointAccounts()
101 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets, in testMergeComponentsWithDisjointAccounts2()
131 Set<Set<Long>> actual = ContactAggregatorHelper.findConnectedComponents(rawContactIdSet, in testFindConnectedRawContacts()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactAggregatorHelper.java32 public class ContactAggregatorHelper { class
34 private ContactAggregatorHelper() {} in ContactAggregatorHelper() method in ContactAggregatorHelper
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java48 import com.android.providers.contacts.aggregation.util.ContactAggregatorHelper;
325 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets, in reAggregateRawContacts()
438 ContactAggregatorHelper.findConnectedComponents(component, joinPairs)); in breakComponentsByExceptions()
H A DAbstractContactAggregator.java42 import com.android.providers.contacts.aggregation.util.ContactAggregatorHelper;
838 return ContactAggregatorHelper.findConnectedComponents(rawContactIdSet, matchingRawIdPairs); in findConnectedRawContacts()