Searched defs:otherCallId (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallAdapter.aidl | 41 void consultativeTransfer(String callId, String otherCallId); in consultativeTransfer() 66 void conference(String callId, String otherCallId); in conference()
|
H A D | IConnectionService.aidl | 88 void consultativeTransfer(String callId, String otherCallId, in Session.Info sessionInfo); in consultativeTransfer()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 127 public void transferCall(@NonNull String callId, @NonNull String otherCallId) { in transferCall() 308 public void conference(String callId, String otherCallId) { in conference()
|
H A D | ConnectionService.java | 2265 private void consultativeTransfer(String callId, String otherCallId) { in consultativeTransfer()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | InCallAdapter.java | 180 public void consultativeTransfer(String callId, String otherCallId) { in consultativeTransfer() 441 public void conference(String callId, String otherCallId) { in conference()
|
H A D | ConnectionServiceWrapper.java | 1745 final String otherCallId = mCallIdMapper.getCallId(otherCall); in transfer() local 1832 final String otherCallId = mCallIdMapper.getCallId(otherCall); in conference() local
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | ConnectionServiceFixture.java | 309 public void consultativeTransfer(String callId, String otherCallId, in consultativeTransfer()
|