summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2014-11-12 13:41:16 -0800
committerIhab Awad <ihab@google.com>2014-11-28 15:54:35 -0800
commit5c9c86ec0f95d1f5e1aca212967f508fc736b895 (patch)
tree1706be6ac513145c4d0eab52649319509bd99d1e /telecomm/java/com
parent07b4a291319ec48a272451789ab0fbbf8d55a050 (diff)
downloadframeworks_base-5c9c86ec0f95d1f5e1aca212967f508fc736b895.zip
frameworks_base-5c9c86ec0f95d1f5e1aca212967f508fc736b895.tar.gz
frameworks_base-5c9c86ec0f95d1f5e1aca212967f508fc736b895.tar.bz2
Telecom API updates (1/6)
Bug: 18292176 Change-Id: I060366234a5a60510c385dc837f2b7e79596eaf5
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl2
1 files changed, 1 insertions, 1 deletions
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);