Searched refs:addConferenceParticipants (Results 1 – 4 of 4) sorted by relevance
525 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants() method in InCallAdapter533 call.addConferenceParticipants(participants); in addConferenceParticipants()
1774 void addConferenceParticipants(Call call, List<Uri> participants) { in addConferenceParticipants() method in ConnectionServiceWrapper1779 mServiceInterface.addConferenceParticipants(callId, participants, in addConferenceParticipants()
2691 public void addConferenceParticipants(List<Uri> participants) { in addConferenceParticipants() method in Call2696 mConnectionService.addConferenceParticipants(this, participants); in addConferenceParticipants()
368 public void addConferenceParticipants(String CallId, List<Uri> participants, in addConferenceParticipants() method in ConnectionServiceFixture.FakeConnectionService