diff options
author | Andrew Lee <anwlee@google.com> | 2015-04-16 14:00:36 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-04-16 14:00:36 -0700 |
commit | c8769de8316562d4f047413d1740ff5ef02b9d2d (patch) | |
tree | 7e46f57f412670cfcd65ca5a76eac85045b7e439 | |
parent | 3e3e2f2b9c693a238cc13c26649918ee4c994af7 (diff) | |
download | frameworks_base-c8769de8316562d4f047413d1740ff5ef02b9d2d.zip frameworks_base-c8769de8316562d4f047413d1740ff5ef02b9d2d.tar.gz frameworks_base-c8769de8316562d4f047413d1740ff5ef02b9d2d.tar.bz2 |
Add StatusHints to public API.
Change-Id: Ib7bcc7396e2c8bea338290445cbe85d3283a03c0
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 2bb55bc..24fc007 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28447,6 +28447,7 @@ package android.telecom { method public final android.telecom.PhoneAccountHandle getPhoneAccountHandle(); method public android.telecom.Connection getPrimaryConnection(); method public final int getState(); + method public final android.telecom.StatusHints getStatusHints(); method public void onAudioStateChanged(android.telecom.AudioState); method public void onConnectionAdded(android.telecom.Connection); method public void onDisconnect(); @@ -28465,6 +28466,7 @@ package android.telecom { method public final void setConnectionCapabilities(int); method public final void setDisconnected(android.telecom.DisconnectCause); method public final void setOnHold(); + method public final void setStatusHints(android.telecom.StatusHints); field public static final long CONNECT_TIME_NOT_SPECIFIED = 0L; // 0x0L } |