Searched refs:ContactsAdapter (Results 1 – 1 of 1) sorted by relevance
97 private ContactsAdapter mAdapter; // The main query adapter157 mAdapter = new ContactsAdapter(getActivity()); in onCreate()641 private class ContactsAdapter extends CursorAdapter implements SectionIndexer { class in ContactsListFragment650 public ContactsAdapter(Context context) { in ContactsAdapter() method in ContactsListFragment.ContactsAdapter