summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2014-11-07 16:05:09 -0800
committerSantos Cordon <santoscordon@google.com>2014-11-10 19:19:35 +0000
commit6c912b7d056c67b41fd46f31de168795e97c2336 (patch)
tree182a16d973f9edb039694f3c8cf2c6208d68663d /telecomm/java/com
parenta0ecc714c3aeaaa05649e0ab1f054cc8efbb126f (diff)
downloadframeworks_base-6c912b7d056c67b41fd46f31de168795e97c2336.zip
frameworks_base-6c912b7d056c67b41fd46f31de168795e97c2336.tar.gz
frameworks_base-6c912b7d056c67b41fd46f31de168795e97c2336.tar.bz2
Make add-call a global property of telecom. (1/4)
ADD_CALL didn't make sense as a property of Connection or Call. This changes it to be a global property instead. Bug: 18285352 Change-Id: I658e7a6977a848600272cde2914612c8691bb801
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/IInCallService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IInCallService.aidl b/telecomm/java/com/android/internal/telecom/IInCallService.aidl
index 35f6f65..d26f6cb 100644
--- a/telecomm/java/com/android/internal/telecom/IInCallService.aidl
+++ b/telecomm/java/com/android/internal/telecom/IInCallService.aidl
@@ -43,4 +43,6 @@ oneway interface IInCallService {
void onAudioStateChanged(in AudioState audioState);
void bringToForeground(boolean showDialpad);
+
+ void onCanAddCallChanged(boolean canAddCall);
}