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.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl b/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl
index 863fff2..6ef8eda 100644
--- a/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl
+++ b/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl
@@ -60,4 +60,8 @@ oneway interface IInCallAdapter {
void turnOnProximitySensor();
void turnOffProximitySensor(boolean screenOnImmediately);
+
+ void switchToOtherActiveSub(String subId);
+
+ void transferCall(String callId);
}