diff options
| author | Joe LaPenna <jlapenna@google.com> | 2016-03-23 15:19:47 -0700 |
|---|---|---|
| committer | Joe LaPenna <jlapenna@google.com> | 2016-03-23 18:48:59 -0700 |
| commit | f33b5bffeeca2ec56a9edda71d4401a9b96153c5 (patch) | |
| tree | 3402d87fb2fae68a28beadf2d9b5c3b24b4bc7d7 /core/java/android | |
| parent | df4c40df2f49ec4366dd2c549c0f30e5262af49b (diff) | |
Allow setting doze timeouts based on system feature
BUG: 25678232
Change-Id: Ic9c8e5001a9202242308effb38de879b5f30bd36
Diffstat (limited to 'core/java/android')
| -rwxr-xr-x | core/java/android/provider/Settings.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index d8937b41eeae..b2e479a174ca 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -7699,6 +7699,16 @@ public final class Settings { public static final String DEVICE_IDLE_CONSTANTS = "device_idle_constants"; /** + * Device Idle (Doze) specific settings for watches. See {@code #DEVICE_IDLE_CONSTANTS} + * + * <p> + * Type: string + * @hide + * @see com.android.server.DeviceIdleController.Constants + */ + public static final String DEVICE_IDLE_CONSTANTS_WATCH = "device_idle_constants_watch"; + + /** * App standby (app idle) specific settings. * This is encoded as a key=value list, separated by commas. Ex: * |
