summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-07-09 21:03:20 -0700
committerSailesh Nepal <sail@google.com>2014-07-09 23:20:41 -0700
commit1a7061ba950538c93d92c0448752a212039cc06a (patch)
treef906cf5967324f58cfcf3be3a86b6bb39762f9ec /telecomm/java/com
parent770a6cafad6ffbf148b252ffe9d96d2093717076 (diff)
downloadframeworks_base-1a7061ba950538c93d92c0448752a212039cc06a.zip
frameworks_base-1a7061ba950538c93d92c0448752a212039cc06a.tar.gz
frameworks_base-1a7061ba950538c93d92c0448752a212039cc06a.tar.bz2
Add Connection.setCallCapabilities
This will be used to enable things like hold and conferencing. Change-Id: I90238eeefbcbfaa044881d80833b62e4474821d6
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecomm/IConnectionServiceAdapter.aidl2
1 files changed, 1 insertions, 1 deletions
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);