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.java530 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants() method in InCallAdapter
538 call.addConferenceParticipants(participants); in addConferenceParticipants()
DConnectionServiceWrapper.java1840 void addConferenceParticipants(Call call, List<Uri> participants) { in addConferenceParticipants() method in ConnectionServiceWrapper
1845 mServiceInterface.addConferenceParticipants(callId, participants, in addConferenceParticipants()
DCall.java2936 public void addConferenceParticipants(List<Uri> participants) { in addConferenceParticipants() method in Call
2941 mConnectionService.addConferenceParticipants(this, participants); in addConferenceParticipants()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java378 public void addConferenceParticipants(String CallId, List<Uri> participants, in addConferenceParticipants() method in ConnectionServiceFixture.FakeConnectionService