Searched refs:participants (Results 1 – 3 of 3) sorted by relevance
171 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants() argument172 super.onAddConferenceParticipants(participants); in onAddConferenceParticipants()173 mParticipants.addAll(participants); in onAddConferenceParticipants()
212 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants() argument213 super.onAddConferenceParticipants(participants); in onAddConferenceParticipants()215 mInvokeCounterMap.get(ON_ADD_CONFERENCE_PARTICIPANTS).invoke(participants); in onAddConferenceParticipants()
79 List<Uri> participants = new ArrayList<>(); in testStartConferenceFailed() local82 mTelecomManager.startConference(participants, extra); in testStartConferenceFailed()