summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-04-15 16:30:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-15 16:31:02 +0000
commit2f6e80a868c6cfb8f52e5278b4cebf8d8cbed235 (patch)
tree271dbeba693772f85e575029d4cf72b4b5ff67d7 /system-api
parent189e5cfae21ff3d3f3fa59576a484ea9f9d869ba (diff)
parenta49ccda36438009b856393f3fa3ab5d94aabddd7 (diff)
downloadprebuilts_sdk-2f6e80a868c6cfb8f52e5278b4cebf8d8cbed235.zip
prebuilts_sdk-2f6e80a868c6cfb8f52e5278b4cebf8d8cbed235.tar.gz
prebuilts_sdk-2f6e80a868c6cfb8f52e5278b4cebf8d8cbed235.tar.bz2
Merge "Follow TelecomManager API changes"
Diffstat (limited to 'system-api')
-rw-r--r--system-api/23.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/system-api/23.txt b/system-api/23.txt
index 5d3e7cb..308648d 100644
--- a/system-api/23.txt
+++ b/system-api/23.txt
@@ -30269,8 +30269,7 @@ package android.telecom {
method public java.util.List<android.telecom.PhoneAccountHandle> getPhoneAccountsSupportingScheme(java.lang.String);
method public java.util.List<android.telecom.PhoneAccountHandle> getRegisteredConnectionManagers();
method public boolean handleMmi(java.lang.String);
- method public boolean handleMmi(android.telecom.PhoneAccountHandle, java.lang.String);
- method public boolean hasMultipleCallCapableAccounts();
+ method public boolean handleMmi(java.lang.String, android.telecom.PhoneAccountHandle);
method public boolean hasVoiceMailNumber(android.telecom.PhoneAccountHandle);
method public boolean isInCall();
method public boolean isRinging();