Home
last modified time | relevance | path

Searched refs:addConferenceParticipants (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java525 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants() method in InCallAdapter
533 call.addConferenceParticipants(participants); in addConferenceParticipants()
DConnectionServiceWrapper.java1774 void addConferenceParticipants(Call call, List<Uri> participants) { in addConferenceParticipants() method in ConnectionServiceWrapper
1779 mServiceInterface.addConferenceParticipants(callId, participants, in addConferenceParticipants()
DCall.java2691 public void addConferenceParticipants(List<Uri> participants) { in addConferenceParticipants() method in Call
2696 mConnectionService.addConferenceParticipants(this, participants); in addConferenceParticipants()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java368 public void addConferenceParticipants(String CallId, List<Uri> participants, in addConferenceParticipants() method in ConnectionServiceFixture.FakeConnectionService