Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java35 public class ProfileAggregator extends ContactAggregator { class
39 public ProfileAggregator(ContactsProvider2 contactsProvider, in ProfileAggregator() method in ProfileAggregator
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java161 import com.android.providers.contacts.aggregation.ProfileAggregator;
1674 mProfileAggregator = new ProfileAggregator(this, mProfileHelper, in initForDefaultLocale()