From 196b6dd13e9cb4a9c05209a537c1c383e98bfe38 Mon Sep 17 00:00:00 2001 From: Jinsuk Kim Date: Thu, 3 Apr 2014 08:09:58 +0900 Subject: Fix build breakage by updating current.txt Change-Id: If9434850c24c8e97bdd49952fb3180d139cab101 --- api/current.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 5a23f53..9ded80d 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(); -- cgit v1.1