Loading wifi/java/android/net/wifi/WifiManager.java +6 −2 Original line number Diff line number Diff line Loading @@ -4575,7 +4575,8 @@ public class WifiManager { public static final int DEVICE_MOBILITY_STATE_UNKNOWN = 0; /** * High movement device mobility state * High movement device mobility state. * e.g. on a bike, in a motor vehicle * * @see #setDeviceMobilityState(int) * Loading @@ -4585,7 +4586,8 @@ public class WifiManager { public static final int DEVICE_MOBILITY_STATE_HIGH_MVMT = 1; /** * Low movement device mobility state * Low movement device mobility state. * e.g. walking, running * * @see #setDeviceMobilityState(int) * Loading @@ -4607,6 +4609,8 @@ public class WifiManager { /** * Updates the device mobility state. Wifi uses this information to adjust the interval between * Wifi scans in order to balance power consumption with scan accuracy. * The default mobility state when the device boots is {@link #DEVICE_MOBILITY_STATE_UNKNOWN}. * This API should be called whenever there is a change in the mobility state. * @param state the updated device mobility state * @hide */ Loading Loading
wifi/java/android/net/wifi/WifiManager.java +6 −2 Original line number Diff line number Diff line Loading @@ -4575,7 +4575,8 @@ public class WifiManager { public static final int DEVICE_MOBILITY_STATE_UNKNOWN = 0; /** * High movement device mobility state * High movement device mobility state. * e.g. on a bike, in a motor vehicle * * @see #setDeviceMobilityState(int) * Loading @@ -4585,7 +4586,8 @@ public class WifiManager { public static final int DEVICE_MOBILITY_STATE_HIGH_MVMT = 1; /** * Low movement device mobility state * Low movement device mobility state. * e.g. walking, running * * @see #setDeviceMobilityState(int) * Loading @@ -4607,6 +4609,8 @@ public class WifiManager { /** * Updates the device mobility state. Wifi uses this information to adjust the interval between * Wifi scans in order to balance power consumption with scan accuracy. * The default mobility state when the device boots is {@link #DEVICE_MOBILITY_STATE_UNKNOWN}. * This API should be called whenever there is a change in the mobility state. * @param state the updated device mobility state * @hide */ Loading