summaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-04-15 16:12:31 -0700
committerYorke Lee <yorkelee@google.com>2015-04-15 16:12:31 -0700
commit3cc4487d9536aa97cb0c2ef80f0b3f8ae6d46b90 (patch)
tree1220d49b1e2496c90cc8120b6a802f04acf3d13e /system-api
parent89f7742a060ec70689bf7fd4b11f533334ba605e (diff)
downloadprebuilts_sdk-3cc4487d9536aa97cb0c2ef80f0b3f8ae6d46b90.zip
prebuilts_sdk-3cc4487d9536aa97cb0c2ef80f0b3f8ae6d46b90.tar.gz
prebuilts_sdk-3cc4487d9536aa97cb0c2ef80f0b3f8ae6d46b90.tar.bz2
Change hasVoicemailNumber to getVoicemailNumber
Bug: 20223485 Change-Id: Iadab72029e67f30edce6f9ccbc2680fbd229c201
Diffstat (limited to 'system-api')
-rw-r--r--system-api/23.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-api/23.txt b/system-api/23.txt
index 1284e12..0d34dcf 100644
--- a/system-api/23.txt
+++ b/system-api/23.txt
@@ -30262,9 +30262,9 @@ package android.telecom {
method public java.util.List<android.telecom.PhoneAccountHandle> getPhoneAccountsForPackage();
method public java.util.List<android.telecom.PhoneAccountHandle> getPhoneAccountsSupportingScheme(java.lang.String);
method public java.util.List<android.telecom.PhoneAccountHandle> getRegisteredConnectionManagers();
+ method public java.lang.String getVoiceMailNumber(android.telecom.PhoneAccountHandle);
method public boolean handleMmi(java.lang.String);
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();
method public boolean isTtySupported();