summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com/android/internal/telecom/IConnectionService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm/java/com/android/internal/telecom/IConnectionService.aidl')
-rw-r--r--telecomm/java/com/android/internal/telecom/IConnectionService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IConnectionService.aidl b/telecomm/java/com/android/internal/telecom/IConnectionService.aidl
index 23d70d5..26e2008 100644
--- a/telecomm/java/com/android/internal/telecom/IConnectionService.aidl
+++ b/telecomm/java/com/android/internal/telecom/IConnectionService.aidl
@@ -75,4 +75,6 @@ oneway interface IConnectionService {
void setLocalCallHold(String callId, boolean lchState);
void addParticipantWithConference(String callId, String recipients);
+
+ void explicitTransfer(String callId);
}