Loading core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -7600,6 +7600,14 @@ public final class Settings { public static final String HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED = "hdmi_control_auto_device_off_enabled"; /** * The interval in milliseconds at which location requests will be throttled when they are * coming from the background. * @hide */ public static final String LOCATION_BACKGROUND_THROTTLE_INTERVAL_MS = "location_background_throttle_interval_ms"; /** * Whether TV will switch to MHL port when a mobile device is plugged in. * (0 = false, 1 = true) Loading services/core/java/com/android/server/LocationManagerService.java +144 −64 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -7600,6 +7600,14 @@ public final class Settings { public static final String HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED = "hdmi_control_auto_device_off_enabled"; /** * The interval in milliseconds at which location requests will be throttled when they are * coming from the background. * @hide */ public static final String LOCATION_BACKGROUND_THROTTLE_INTERVAL_MS = "location_background_throttle_interval_ms"; /** * Whether TV will switch to MHL port when a mobile device is plugged in. * (0 = false, 1 = true) Loading
services/core/java/com/android/server/LocationManagerService.java +144 −64 File changed.Preview size limit exceeded, changes collapsed. Show changes