summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl')
-rw-r--r--telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl b/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl
index ee51efa..6ef8eda 100644
--- a/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl
+++ b/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl
@@ -62,4 +62,6 @@ oneway interface IInCallAdapter {
void turnOffProximitySensor(boolean screenOnImmediately);
void switchToOtherActiveSub(String subId);
+
+ void transferCall(String callId);
}