diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 8c68ceaca5590..3f56c3168c66e 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -19239,6 +19239,18 @@ public static final class Global extends NameValueTable { CLOCKWORK_HOME_READY, }; + /** + * The amount of time in milliseconds before wifi is turned off + * @hide + */ + public static final String WIFI_OFF_TIMEOUT = "wifi_off_timeout"; + + /** + * The amount of time in milliseconds before bluetooth is turned off + * @hide + */ + public static final String BLUETOOTH_OFF_TIMEOUT = "bluetooth_off_timeout"; + /** * Keys we no longer back up under the current schema, but want to continue to * process when restoring historical backup datasets.