summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-08 14:16:17 -0700
committerNancy Chen <nancychen@google.com>2014-07-17 10:19:20 -0700
commit5da0fd5e76794d415a9cfa501194980d5679eff6 (patch)
tree4478a9a56c2d11dea7fa7f6469ad06003cf9112d /telecomm/java/com
parent45374c9afad9ddc21966239d38823bd214145d24 (diff)
downloadframeworks_base-5da0fd5e76794d415a9cfa501194980d5679eff6.zip
frameworks_base-5da0fd5e76794d415a9cfa501194980d5679eff6.tar.gz
frameworks_base-5da0fd5e76794d415a9cfa501194980d5679eff6.tar.bz2
API changes to enable account selection for a call
If an account default is not set, the incall ui will display a dialog to allow the user to select an account for that particular call. Bug: 16243703 Change-Id: I8faf2f2ce0b2669a141562832f23e8f3ce88f094
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl b/telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl
index ce0309f..b5b239b 100644
--- a/telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl
+++ b/telecomm/java/com/android/internal/telecomm/IInCallAdapter.aidl
@@ -17,6 +17,7 @@
package com.android.internal.telecomm;
import android.telecomm.CallAudioState;
+import android.telecomm.PhoneAccount;
/**
* Internal remote callback interface for in-call services.
@@ -48,6 +49,8 @@ oneway interface IInCallAdapter {
void phoneAccountClicked(String callId);
+ void phoneAccountSelected(String callId, in PhoneAccount account);
+
void conference(String callId);
void splitFromConference(String callId);