Searched refs:participants (Results 1 – 3 of 3) sorted by relevance
174 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants() argument175 super.onAddConferenceParticipants(participants); in onAddConferenceParticipants()176 mParticipants.addAll(participants); in onAddConferenceParticipants()
231 public void onAddConferenceParticipants(List<Uri> participants) { in onAddConferenceParticipants() argument232 super.onAddConferenceParticipants(participants); in onAddConferenceParticipants()234 mInvokeCounterMap.get(ON_ADD_CONFERENCE_PARTICIPANTS).invoke(participants); in onAddConferenceParticipants()
89 List<Uri> participants = new ArrayList<>(); in testStartConferenceFailed() local92 mTelecomManager.startConference(participants, extra); in testStartConferenceFailed()