Searched refs:mContactListAdapter (Results 1 – 1 of 1) sorted by relevance
37 private ContactListAdapter mContactListAdapter; field in ContactListFragment49 if (mContactListAdapter == null) { in onViewCreated()50 mContactListAdapter = new ContactListAdapter( in onViewCreated()53 getRecyclerView().setAdapter(mContactListAdapter); in onViewCreated()64 mContactListAdapter.setContactList(contacts.getData()); in onViewCreated()