Merge "Add scan background mode to Settings.Global." am: 3aa064897e

am: 4061a9f348

Change-Id: Iac4d39cc4fcf0f0c8273cee7fbe9822251764068
This commit is contained in:
Anthony Stange
2018-03-16 19:40:08 +00:00
committed by android-build-merger
2 changed files with 7 additions and 0 deletions

View File

@@ -9519,6 +9519,12 @@ public final class Settings {
public static final String BLE_SCAN_LOW_LATENCY_INTERVAL_MS =
"ble_scan_low_latency_interval_ms";
/**
* The mode that BLE scanning clients will be moved to when in the background.
* @hide
*/
public static final String BLE_SCAN_BACKGROUND_MODE = "ble_scan_background_mode";
/**
* Used to save the Wifi_ON state prior to tethering.
* This state will be checked to restore Wifi after

View File

@@ -129,6 +129,7 @@ public class SettingsBackupTest {
Settings.Global.BLE_SCAN_BALANCED_INTERVAL_MS,
Settings.Global.BLE_SCAN_LOW_LATENCY_WINDOW_MS,
Settings.Global.BLE_SCAN_LOW_LATENCY_INTERVAL_MS,
Settings.Global.BLE_SCAN_BACKGROUND_MODE,
Settings.Global.BLUETOOTH_A2DP_SINK_PRIORITY_PREFIX,
Settings.Global.BLUETOOTH_A2DP_SRC_PRIORITY_PREFIX,
Settings.Global.BLUETOOTH_A2DP_SUPPORTS_OPTIONAL_CODECS_PREFIX,