HomeSort by relevance Sort by last modified time
    Searched defs:ContactAggregatorHelper (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelper.java 31 public class ContactAggregatorHelper {
33 private ContactAggregatorHelper() {}
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelperTest.java 71 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets,
101 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets,
131 Set<Set<Long>> actual = ContactAggregatorHelper.findConnectedComponents(rawContactIdSet,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 47 import com.android.providers.contacts.aggregation.util.ContactAggregatorHelper;
325 ContactAggregatorHelper.mergeComponentsWithDisjointAccounts(connectedRawContactSets,
438 ContactAggregatorHelper.findConnectedComponents(component, joinPairs));
    [all...]

Completed in 50 milliseconds