Searched refs:addConferenceParticipants (Results 1 – 4 of 4) sorted by relevance
530 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants() method in InCallAdapter538 call.addConferenceParticipants(participants); in addConferenceParticipants()
1840 void addConferenceParticipants(Call call, List<Uri> participants) { in addConferenceParticipants() method in ConnectionServiceWrapper1845 mServiceInterface.addConferenceParticipants(callId, participants, in addConferenceParticipants()
2936 public void addConferenceParticipants(List<Uri> participants) { in addConferenceParticipants() method in Call2941 mConnectionService.addConferenceParticipants(this, participants); in addConferenceParticipants()
378 public void addConferenceParticipants(String CallId, List<Uri> participants, in addConferenceParticipants() method in ConnectionServiceFixture.FakeConnectionService