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()
1961 void addConferenceParticipants(Call call, List<Uri> participants) { in addConferenceParticipants() method in ConnectionServiceWrapper1966 mServiceInterface.addConferenceParticipants(callId, participants, in addConferenceParticipants()
2940 public void addConferenceParticipants(List<Uri> participants) { in addConferenceParticipants() method in Call2945 mConnectionService.addConferenceParticipants(this, participants); in addConferenceParticipants()
395 public void addConferenceParticipants(String CallId, List<Uri> participants, in addConferenceParticipants() method in ConnectionServiceFixture.FakeConnectionService