Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions core/java/android/provider/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down