summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorMichal Olech <molech@google.com>2021-02-15 14:43:55 +0100
committerMichal Olech <molech@google.com>2021-10-05 12:14:05 +0000
commitdcac864c9793b1dbbf3cef35ac057b4b18ee33bd (patch)
tree5f6f24b70c5e2e11dc6d536a3807990ebad3565b /core/java/android
parent8a5adf2c64ef879e7eecc76aea7a8707b9b39e55 (diff)
[CEC Configuration] Switch POWER_CONTROL_MODE to Shared Preferences
Test: build; flash; inspect Bug: 171958586 Change-Id: Ic3521f7d2b5764d0ffe599f42822ff7394098afe
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/provider/Settings.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 52dd63d3af5c..cb4b041d734d 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -11060,30 +11060,6 @@ public final class Settings {
"hdmi_control_auto_device_off_enabled";
/**
- * Property to decide which devices the playback device can send a <Standby> message to
- * upon going to sleep. It additionally controls whether a playback device attempts to turn
- * on the connected Audio system when waking up. Supported values are:
- * <ul>
- * <li>{@link HdmiControlManager#POWER_CONTROL_MODE_TV} Upon going to sleep, device
- * sends {@code <Standby>} to TV only. Upon waking up, device does not turn on the Audio
- * system via {@code <System Audio Mode Request>}.</li>
- * <li>{@link HdmiControlManager#POWER_CONTROL_MODE_TV_AND_AUDIO_SYSTEM} Upon going to
- * sleep, sends {@code <Standby>} to TV and Audio system. Upon waking up, device attempts
- * to turn on the Audio system via {@code <System Audio Mode Request>}.</li>
- * <li>{@link HdmiControlManager#POWER_CONTROL_MODE_BROADCAST} Upon going to sleep,
- * device sends {@code <Standby>} to all devices in the network. Upon waking up, device
- * attempts to turn on the Audio system via {@code <System Audio Mode Request>}.</li>
- * <li>{@link HdmiControlManager#POWER_CONTROL_MODE_NONE} Upon going to sleep, device
- * does not send any {@code <Standby>} message. Upon waking up, device does not turn on the
- * Audio system via {@code <System Audio Mode Request>}.</li>
- * </ul>
- *
- * @hide
- */
- public static final String HDMI_CONTROL_SEND_STANDBY_ON_SLEEP =
- "hdmi_control_send_standby_on_sleep";
-
- /**
* Whether or not media is shown automatically when bypassing as a heads up.
* @hide
*/