Home
last modified time | relevance | path

Searched defs:transferCall (Results 1 – 3 of 3) 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
127 public void transferCall(@NonNull String callId, @NonNull String otherCallId) { in transferCall() method in InCallAdapter
/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