Searched refs:participantList (Results 1 – 2 of 2) sorted by relevance
65 conferenceParticipantList = (ListView) parent.findViewById(R.id.participantList); in onCreateView()
1867 final ArrayList<String> participantList = new ArrayList<String>(1); in refreshConversationsForParticipant() local1868 participantList.add(participantId); in refreshConversationsForParticipant()1869 refreshConversationsForParticipants(participantList); in refreshConversationsForParticipant()