Searched refs:conferenceParticipantList (Results 1 – 1 of 1) sorted by relevance
38 private ListView conferenceParticipantList; field in ConferenceManagerFragment65 conferenceParticipantList = (ListView) parent.findViewById(R.id.participantList); in onCreateView()78 conferenceParticipantList.requestFocus(); in onResume()95 new ConferenceParticipantListAdapter(conferenceParticipantList, contactPhotoManager); in update()97 conferenceParticipantList.setAdapter(conferenceParticipantListAdapter); in update()