Home
last modified time | relevance | path

Searched refs:transferCall (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java113 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 DCall.java1740 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 DIInCallAdapter.aidl39 void transferCall(String callId, in Uri targetNumber, boolean isConfirmationRequired); in transferCall() method
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java156 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 DCallsManager.java2608 public void transferCall(Call call, Uri number, boolean isConfirmationRequired) {
2622 public void transferCall(Call call, Call otherCall) {