Searched refs:PeopleListAdapter (Results 1 – 1 of 1) sorted by relevance
64 private PeopleListAdapter mPeopleListAdapter;81 mPeopleListAdapter = new PeopleListAdapter(getActivity()); in onCreateView()248 private class PeopleListAdapter extends ArrayAdapter<ParticipantData> { class in PeopleAndOptionsFragment249 public PeopleListAdapter(final Context context) { in PeopleListAdapter() method in PeopleAndOptionsFragment.PeopleListAdapter