Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java358 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants() method in InCallAdapter
360 mAdapter.addConferenceParticipants(callId, participants); in addConferenceParticipants()
DRemoteConnection.java1123 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants() method in RemoteConnection
1126 mConnectionService.addConferenceParticipants(mConnectionId, participants, in addConferenceParticipants()
DCall.java1919 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants() method in Call
1920 mInCallAdapter.addConferenceParticipants(mTelecomCallId, participants); in addConferenceParticipants()
DConnectionService.java983 public void addConferenceParticipants(String callId, List<Uri> participants,
1668 addConferenceParticipants((String) args.arg1, (List<Uri>)args.arg2);
2797 private void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants() method in ConnectionService
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl78 void addConferenceParticipants(String callId, in List<Uri> participants); in addConferenceParticipants() method
DIConnectionService.aidl122 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants() method
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt42245 method public void addConferenceParticipants(@NonNull java.util.List<android.net.Uri>);
43167 method public void addConferenceParticipants(@NonNull java.util.List<android.net.Uri>);