Home
last modified time | relevance | path

Searched refs:ContactListAdapter (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactBrowseListFragment.java47 MultiSelectContactsListFragment<ContactListAdapter> {
337 ContactListAdapter adapter = getAdapter(); in setSelectedContactUri()
380 public ContactListAdapter getAdapter() { in getAdapter()
381 return (ContactListAdapter) super.getAdapter(); in getAdapter()
388 ContactListAdapter adapter = getAdapter(); in configureAdapter()
432 ContactListAdapter adapter = getAdapter(); in checkSelection()
545 ContactListAdapter adapter = getAdapter(); in selectDefaultContact()
DDefaultContactListAdapter.java42 public class DefaultContactListAdapter extends ContactListAdapter {
151 uri = ContactListAdapter.buildSectionIndexerUri(uri); in configureUri()
DContactListAdapter.java41 public abstract class ContactListAdapter extends MultiSelectEntryContactListAdapter { class
113 public ContactListAdapter(Context context) { in ContactListAdapter() method in ContactListAdapter
DContactPickerFragment.java106 uri = ((ContactListAdapter)getAdapter()).getContactUri(position); in onItemClick()
DJoinContactListAdapter.java36 public class JoinContactListAdapter extends ContactListAdapter {
DGroupMemberPickerFragment.java35 import com.android.contacts.list.ContactListAdapter.ContactQuery;
DDefaultContactBrowseListFragment.java403 protected ContactListAdapter createListAdapter() { in createListAdapter()
810 ContactListAdapter adapter = getAdapter(); in setListHeader()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java30 public class ContactListAdapter extends CursorAdapter implements SectionIndexer { class
35 public ContactListAdapter(final Context context, final Cursor cursor, in ContactListAdapter() method in ContactListAdapter
DFrequentContactsListViewHolder.java30 super(context, new ContactListAdapter(context, null, clivHostInterface, in FrequentContactsListViewHolder()
DAllContactsListViewHolder.java29 super(context, new ContactListAdapter(context, null, clivHostInterface, in AllContactsListViewHolder()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactListAdapter.java45 class ContactListAdapter extends ContentLimitingAdapter<ContactListViewHolder> { class
57 ContactListAdapter( in ContactListAdapter() method in ContactListAdapter
DContactListFragment.java39 @Inject ContactListAdapter mContactListAdapter;
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/contact/
DContactListFragmentTest.java219 mContactListFragment.mContactListAdapter = new ContactListAdapter( in setUpFragment()