summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-06-26 01:05:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-25 03:38:12 +0000
commitb32d9e53c2fa938498268649f4539f345680dd7d (patch)
tree70203b725475ca133ff566814e45133479cdf8ca /telecomm/java/com
parentaa7e529b47f6e5fb53905a92f99adfa63662ed2c (diff)
parent506e38690fe5e3b627e243fdc20948c514b87680 (diff)
downloadframeworks_base-b32d9e53c2fa938498268649f4539f345680dd7d.zip
frameworks_base-b32d9e53c2fa938498268649f4539f345680dd7d.tar.gz
frameworks_base-b32d9e53c2fa938498268649f4539f345680dd7d.tar.bz2
Merge "Add API to cancel outgoing calls"
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecomm/ICallServiceAdapter.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/ICallServiceAdapter.aidl b/telecomm/java/com/android/internal/telecomm/ICallServiceAdapter.aidl
index 87c8859..373fb16 100644
--- a/telecomm/java/com/android/internal/telecomm/ICallServiceAdapter.aidl
+++ b/telecomm/java/com/android/internal/telecomm/ICallServiceAdapter.aidl
@@ -35,6 +35,8 @@ oneway interface ICallServiceAdapter {
void handleFailedOutgoingCall(in ConnectionRequest request, int errorCode, String errorMessage);
+ void cancelOutgoingCall(String callId);
+
void setActive(String callId);
void setRinging(String callId);