From 5c9c86ec0f95d1f5e1aca212967f508fc736b895 Mon Sep 17 00:00:00 2001 From: Ihab Awad Date: Wed, 12 Nov 2014 13:41:16 -0800 Subject: Telecom API updates (1/6) Bug: 18292176 Change-Id: I060366234a5a60510c385dc837f2b7e79596eaf5 --- .../java/com/android/internal/telecom/IConnectionServiceAdapter.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 0d6b3d9..4517a96 100644 --- a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl +++ b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl @@ -52,7 +52,7 @@ oneway interface IConnectionServiceAdapter { void setRingbackRequested(String callId, boolean ringing); - void setCallCapabilities(String callId, int callCapabilities); + void setConnectionCapabilities(String callId, int connectionCapabilities); void setIsConferenced(String callId, String conferenceCallId); -- cgit v1.1