diff options
author | Sailesh Nepal <sail@google.com> | 2014-07-01 17:25:37 -0700 |
---|---|---|
committer | Sailesh Nepal <sail@google.com> | 2014-07-02 00:33:45 +0000 |
commit | ade3f25a488fc3c1243db8c88554771e571beeb1 (patch) | |
tree | 9c86615fdb9dff8a19963145dfc065160c8333af /api/current.txt | |
parent | 098e5d3f799256c5c256d94c4933c5ef4d981249 (diff) | |
download | frameworks_base-ade3f25a488fc3c1243db8c88554771e571beeb1.zip frameworks_base-ade3f25a488fc3c1243db8c88554771e571beeb1.tar.gz frameworks_base-ade3f25a488fc3c1243db8c88554771e571beeb1.tar.bz2 |
Make RemoteConnection.getState public
Change-Id: Iead485345d01d47e346da014fdb9979def25c372
Diffstat (limited to 'api/current.txt')
-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 805ca70..648b900 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27780,6 +27780,7 @@ package android.telecomm { method public void disconnect(); method public int getDisconnectCause(); method public java.lang.String getDisconnectMessage(); + method public int getState(); method public void hold(); method public void playDtmf(char); method public void postDialContinue(boolean); |