From 1a7061ba950538c93d92c0448752a212039cc06a Mon Sep 17 00:00:00 2001 From: Sailesh Nepal Date: Wed, 9 Jul 2014 21:03:20 -0700 Subject: Add Connection.setCallCapabilities This will be used to enable things like hold and conferencing. Change-Id: I90238eeefbcbfaa044881d80833b62e4474821d6 --- .../java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telecomm/java/com') diff --git a/telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl b/telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl index 47cc78e..e724bfb 100644 --- a/telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl +++ b/telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl @@ -50,7 +50,7 @@ oneway interface IConnectionServiceAdapter { void setRequestingRingback(String callId, boolean ringing); - void setCanConference(String callId, boolean canConference); + void setCallCapabilities(String callId, int callCapabilities); void setIsConferenced(String callId, String conferenceCallId); -- cgit v1.1