From 9427c1ab15ce6a4c74dabbc63c52c28825a53128 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Thu, 13 Nov 2014 14:28:53 +0100 Subject: Proper supplementary service notification handling (1/5). Change-Id: I4fa94d4ba68a1570d3f822be569ae124882c0e66 --- .../java/com/android/internal/telecom/IConnectionServiceAdapter.aidl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'telecomm/java/com') diff --git a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl index ef4915c..1853f5a 100644 --- a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl +++ b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl @@ -55,6 +55,8 @@ oneway interface IConnectionServiceAdapter { void setConnectionCapabilities(String callId, int connectionCapabilities); + void setConnectionProperties(String callId, int connectionProperties); + void setIsConferenced(String callId, String conferenceCallId); void setConferenceMergeFailed(String callId); -- cgit v1.1