Searched refs:addConferenceParticipants (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallAdapter.java | 358 public void addConferenceParticipants(String callId, List<Uri> participants) { in addConferenceParticipants() method in InCallAdapter 360 mAdapter.addConferenceParticipants(callId, participants); in addConferenceParticipants()
|
D | RemoteConnection.java | 1123 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants() method in RemoteConnection 1126 mConnectionService.addConferenceParticipants(mConnectionId, participants, in addConferenceParticipants()
|
D | Call.java | 1919 public void addConferenceParticipants(@NonNull List<Uri> participants) { in addConferenceParticipants() method in Call 1920 mInCallAdapter.addConferenceParticipants(mTelecomCallId, participants); in addConferenceParticipants()
|
D | ConnectionService.java | 983 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/ |
D | IInCallAdapter.aidl | 78 void addConferenceParticipants(String callId, in List<Uri> participants); in addConferenceParticipants() method
|
D | IConnectionService.aidl | 122 void addConferenceParticipants(String CallId, in List<Uri> participants, in addConferenceParticipants() method
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 42245 method public void addConferenceParticipants(@NonNull java.util.List<android.net.Uri>); 43167 method public void addConferenceParticipants(@NonNull java.util.List<android.net.Uri>);
|