Searched refs:updateParticipants (Results 1 – 3 of 3) sorted by relevance
127 mPeopleListAdapter.updateParticipants(participants); in onParticipantsListLoaded()253 public void updateParticipants(final List<ParticipantData> newList) { in updateParticipants() method in PeopleAndOptionsFragment.PeopleListAdapter
132 mConferenceParticipantListAdapter.updateParticipants(participants, parentCanSeparate); in update()
252 public void updateParticipants(List<Call> conferenceParticipants, boolean parentCanSeparate) { in updateParticipants() method in ConferenceParticipantListAdapter