summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-04-15 16:14:22 -0700
committerYorke Lee <yorkelee@google.com>2015-04-16 12:40:23 -0700
commit167c3a717f0538615a593f946031d0980943b93a (patch)
tree6d6236fa493700c967b67561d9edb154b14db85f /api
parent4467b98724fd2e19353e665f3e77601bde08164d (diff)
downloadframeworks_base-167c3a717f0538615a593f946031d0980943b93a.zip
frameworks_base-167c3a717f0538615a593f946031d0980943b93a.tar.gz
frameworks_base-167c3a717f0538615a593f946031d0980943b93a.tar.bz2
DO NOT MERGE Change hasVoicemailNumber to getVoicemailNumber
Bug: 20223485 Change-Id: I293572bb6c32c5084fe684e7cfe7bd2bbfb5443b
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
-rw-r--r--api/system-current.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index b55a420..2bb55bc 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -28847,9 +28847,9 @@ package android.telecom {
method public java.lang.String getLine1Number(android.telecom.PhoneAccountHandle);
method public android.telecom.PhoneAccount getPhoneAccount(android.telecom.PhoneAccountHandle);
method public android.telecom.PhoneAccountHandle getSimCallManager();
+ 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 isVoiceMailNumber(android.telecom.PhoneAccountHandle, java.lang.String);
method public void registerPhoneAccount(android.telecom.PhoneAccount);
diff --git a/api/system-current.txt b/api/system-current.txt
index 805377f..3233869 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -30679,9 +30679,9 @@ 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 android.telecom.PhoneAccountHandle getSimCallManager();
+ 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();