Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsIntentResolver.java45 public class ContactsIntentResolver { class
51 public ContactsIntentResolver(Activity context) { in ContactsIntentResolver() method in ContactsIntentResolver
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java45 import com.android.contacts.list.ContactsIntentResolver;
82 private ContactsIntentResolver mIntentResolver;
95 mIntentResolver = new ContactsIntentResolver(this); in ContactSelectionActivity()
H A DPeopleActivity.java76 import com.android.contacts.list.ContactsIntentResolver;
143 private ContactsIntentResolver mIntentResolver;
330 mIntentResolver = new ContactsIntentResolver(this); in PeopleActivity()