Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 564942d0 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge "Convert RTT background throttle to a settable value (1/2)." into pi-dev

parents 0a26fb51 b6e04d53
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -9543,6 +9543,15 @@ public final class Settings {
       public static final String WIFI_SCAN_ALWAYS_AVAILABLE =
                "wifi_scan_always_enabled";
        /**
         * The interval in milliseconds at which wifi rtt ranging requests will be throttled when
         * they are coming from the background.
         *
         * @hide
         */
        public static final String WIFI_RTT_BACKGROUND_EXEC_GAP_MS =
                "wifi_rtt_background_exec_gap_ms";
        /**
         * Whether soft AP will shut down after a timeout period when no devices are connected.
         *
+1 −0
Original line number Diff line number Diff line
@@ -466,6 +466,7 @@ public class SettingsBackupTest {
                    Settings.Global.WIFI_ON,
                    Settings.Global.WIFI_P2P_DEVICE_NAME,
                    Settings.Global.WIFI_REENABLE_DELAY_MS,
                    Settings.Global.WIFI_RTT_BACKGROUND_EXEC_GAP_MS,
                    Settings.Global.WIFI_SAVED_STATE,
                    Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE,
                    Settings.Global.WIFI_SCAN_INTERVAL_WHEN_P2P_CONNECTED_MS,