Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
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
DCall.java1604 mInCallAdapter.transferCall(mTelecomCallId, targetNumber, isConfirmationRequired); in transfer()
1615 mInCallAdapter.transferCall(mTelecomCallId, toCall.mTelecomCallId); in transfer()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl39 void transferCall(String callId, in Uri targetNumber, boolean isConfirmationRequired); in transferCall() method