Searched refs:transferCall (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 113 public void transferCall(@NonNull String callId, @NonNull Uri targetNumber, in transferCall() method in InCallAdapter 116 mAdapter.transferCall(callId, targetNumber, isConfirmationRequired); in transferCall() 127 public void transferCall(@NonNull String callId, @NonNull String otherCallId) { in transferCall() method in InCallAdapter
|
H A D | Call.java | 1740 mInCallAdapter.transferCall(mTelecomCallId, targetNumber, isConfirmationRequired); in transfer() 1751 mInCallAdapter.transferCall(mTelecomCallId, toCall.mTelecomCallId); in transfer()
|
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallAdapter.aidl | 39 void transferCall(String callId, in Uri targetNumber, boolean isConfirmationRequired); in transferCall() method
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | InCallAdapter.java | 156 public void transferCall(String callId, Uri targetNumber, boolean isConfirmationRequired) { in transferCall() method in InCallAdapter 166 mCallsManager.transferCall(call, targetNumber, isConfirmationRequired); in transferCall() 191 mCallsManager.transferCall(call, otherCall); in consultativeTransfer()
|
H A D | CallsManager.java | 2608 public void transferCall(Call call, Uri number, boolean isConfirmationRequired) { 2622 public void transferCall(Call call, Call otherCall) {
|