Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java117 public void transferCall(@NonNull String callId, @NonNull Uri targetNumber, in transferCall() method in InCallAdapter
120 mAdapter.transferCall(callId, targetNumber, isConfirmationRequired); in transferCall()
131 public void transferCall(@NonNull String callId, @NonNull String otherCallId) { in transferCall() method in InCallAdapter
DCall.java1737 mInCallAdapter.transferCall(mTelecomCallId, targetNumber, isConfirmationRequired); in transfer()
1748 mInCallAdapter.transferCall(mTelecomCallId, toCall.mTelecomCallId); in transfer()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl41 void transferCall(String callId, in Uri targetNumber, boolean isConfirmationRequired); in transferCall() method