summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-10-16 18:38:21 -0700
committerNancy Chen <nancychen@google.com>2014-10-31 11:26:38 -0700
commit95e8a679335648388988337fcf08eac325768318 (patch)
tree0e0f80d77d2506e10eecf0f4e8c47c7ef615d5f3 /telecomm/java/com
parent425b1dc88c47e0e9d3a653ad902a69f3ec09b966 (diff)
downloadframeworks_base-95e8a679335648388988337fcf08eac325768318.zip
frameworks_base-95e8a679335648388988337fcf08eac325768318.tar.gz
frameworks_base-95e8a679335648388988337fcf08eac325768318.tar.bz2
Handle MMI for multi-SIM (1/3)
+ Add Telecomm and Telephony methods for handlePinMMIForSubscriber + Add Select Account dialog in Dialer for MMI Bug: 17917937 Change-Id: I26fdc68a07ca0483bf7a052598fe31b1461fd486
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/ITelecomService.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
index 91f44b9..fd47213 100644
--- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
+++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
@@ -169,6 +169,11 @@ interface ITelecomService {
boolean handlePinMmi(String dialString);
/**
+ * @see TelecomServiceImpl#handleMmi
+ */
+ boolean handlePinMmiForPhoneAccount(in PhoneAccountHandle accountHandle, String dialString);
+
+ /**
* @see TelecomServiceImpl#isTtySupported
*/
boolean isTtySupported();