summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2014-07-17 11:21:19 -0700
committerIhab Awad <ihab@google.com>2014-07-18 10:02:25 -0700
commit94cf4bff1345f9f7ec981d0bf7f8988f3d93c7a8 (patch)
tree27956c95c1f0c65e971853bac85d88db42d2d09e /telecomm/java/com
parent010150a1361d0a161cc40c8c1ca52a3ea30ac12e (diff)
downloadframeworks_base-94cf4bff1345f9f7ec981d0bf7f8988f3d93c7a8.zip
frameworks_base-94cf4bff1345f9f7ec981d0bf7f8988f3d93c7a8.tar.gz
frameworks_base-94cf4bff1345f9f7ec981d0bf7f8988f3d93c7a8.tar.bz2
Wire up multi-SIM experience (1/4)
Change-Id: Ib63843267f06b329a675e7ea86167b2cbb554f1b
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecomm/ITelecommService.aidl7
1 files changed, 6 insertions, 1 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
index 43caa1e..59393ed 100644
--- a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
+++ b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
@@ -34,6 +34,11 @@ interface ITelecommService {
void showCallScreen(boolean showDialpad);
/**
+ * @see TelecommManager#getDefaultOutgoingPhoneAccount
+ */
+ PhoneAccount getDefaultOutgoingPhoneAccount();
+
+ /**
* @see TelecommManager#getEnabledPhoneAccounts
*/
List<PhoneAccount> getEnabledPhoneAccounts();
@@ -46,7 +51,7 @@ interface ITelecommService {
/**
* @see TelecommManager#registerPhoneAccount
*/
- void registerPhoneAccount(in PhoneAccount account, in PhoneAccountMetadata metadata);
+ void registerPhoneAccount(in PhoneAccountMetadata metadata);
/**
* @see TelecommManager#unregisterPhoneAccount