summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJinsuk Kim <jinsukkim@google.com>2014-04-11 09:43:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-11 09:43:37 +0000
commit4bdcd299da48f9abe5f9c67abed0dbe79080445d (patch)
tree825c62151294312a3165951ffbd88fd8c2708b9b /api
parentb429088cbb12a226fd217f04870d16bbd833ed06 (diff)
parent55dab4dd3b5b56ade91c012d688b581b6cbdebdf (diff)
downloadframeworks_base-4bdcd299da48f9abe5f9c67abed0dbe79080445d.zip
frameworks_base-4bdcd299da48f9abe5f9c67abed0dbe79080445d.tar.gz
frameworks_base-4bdcd299da48f9abe5f9c67abed0dbe79080445d.tar.bz2
am 55dab4dd: am b11f250e: Merge "Delegate HdmiCecService method impl to HdmiCecDevice subclass" into klp-modular-dev
* commit '55dab4dd3b5b56ade91c012d688b581b6cbdebdf': Delegate HdmiCecService method impl to HdmiCecDevice subclass
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 92b729c..29dffc5 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -12158,6 +12158,7 @@ package android.hardware.hdmi {
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();