diff options
author | Nancy Chen <nancychen@google.com> | 2014-10-29 18:22:11 -0700 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2014-11-03 11:11:56 -0800 |
commit | b2299c13037d0f7fc5276ff2b21c53cb20c054c5 (patch) | |
tree | d2f4311a63b725d604d2eceecb74d518213681a3 /api | |
parent | af0a6ad8ab29fea9b7b164168d4d080fe010e83a (diff) | |
download | frameworks_base-b2299c13037d0f7fc5276ff2b21c53cb20c054c5.zip frameworks_base-b2299c13037d0f7fc5276ff2b21c53cb20c054c5.tar.gz frameworks_base-b2299c13037d0f7fc5276ff2b21c53cb20c054c5.tar.bz2 |
Adn queries for multi-SIM. (2/3)
Define a method in Telecom to take in a subscription account and return
the URI for an ADN query for that account.
Bug: 17917937
Change-Id: Ic50a4add7fe44a5164271dc9c9e5a58e45e72336
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 8d71375..4105041 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28390,6 +28390,7 @@ package android.telecom { method public void addNewIncomingCall(android.telecom.PhoneAccountHandle, android.os.Bundle); method public void cancelMissedCallsNotification(); method public void clearAccounts(); + method public android.net.Uri getAdnUriForPhoneAccount(android.telecom.PhoneAccountHandle); method public android.telecom.PhoneAccountHandle getConnectionManager(); method public android.telecom.PhoneAccount getPhoneAccount(android.telecom.PhoneAccountHandle); method public java.util.List<android.telecom.PhoneAccountHandle> getPhoneAccountsForPackage(); |