diff options
| author | 2014-04-02 23:17:23 +0000 | |
|---|---|---|
| committer | 2014-04-02 23:17:23 +0000 | |
| commit | d66d3e736fa101b48076433bc305971a19bb8f6f (patch) | |
| tree | 1329aac1544113580f657e4b0c7c571e82d492c0 | |
| parent | 035a2bbd8b8720673e068cf06d646e616a10ab34 (diff) | |
| parent | 7b4c972577179b2dfcf8a59c31b3730d097c5d46 (diff) | |
am 7b4c9725: Merge "Fix build breakage by updating current.txt" into klp-modular-dev
* commit '7b4c972577179b2dfcf8a59c31b3730d097c5d46':
Fix build breakage by updating current.txt
| -rw-r--r-- | api/current.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 857af1a84686..b9a2dc610dd7 100644 --- a/api/current.txt +++ b/api/current.txt @@ -11022,11 +11022,16 @@ package android.hardware.hdmi { field public static final int MESSAGE_VENDOR_COMMAND_WITH_ID = 160; // 0xa0 field public static final int MESSAGE_VENDOR_REMOTE_BUTTON_DOWN = 138; // 0x8a field public static final int MESSAGE_VENDOR_REMOTE_BUTTON_UP = 139; // 0x8b + field public static final int POWER_STATUS_ON = 0; // 0x0 + field public static final int POWER_STATUS_STANDBY = 1; // 0x1 + field public static final int POWER_STATUS_UNKNOWN = -1; // 0xffffffff + field public static final int POWER_TRANSIENT_TO_ON = 2; // 0x2 + field public static final int POWER_TRANSIENT_TO_STANDBY = 3; // 0x3 } public final class HdmiCecClient { + method public boolean isTvOn(); method public void sendActiveSource(); - method public void sendGiveDevicePowerStatus(int); method public void sendImageViewOn(); method public void sendInactiveSource(); method public void sendTextViewOn(); |