Loading core/java/android/provider/Settings.java +0 −8 Original line number Original line Diff line number Diff line Loading @@ -4841,14 +4841,6 @@ public final class Settings { public static final String WIFI_SCAN_ALWAYS_AVAILABLE = public static final String WIFI_SCAN_ALWAYS_AVAILABLE = "wifi_scan_always_enabled"; "wifi_scan_always_enabled"; /** * Setting to indicate whether the user should be notified that scans are still * available when Wi-Fi is turned off * @hide */ public static final String WIFI_NOTIFY_SCAN_ALWAYS_AVAILABLE = "wifi_notify_scan_always_enabled"; /** /** * Used to save the Wifi_ON state prior to tethering. * Used to save the Wifi_ON state prior to tethering. * This state will be checked to restore Wifi after * This state will be checked to restore Wifi after Loading wifi/java/android/net/wifi/WifiManager.java +0 −9 Original line number Original line Diff line number Diff line Loading @@ -407,15 +407,6 @@ public class WifiManager { public static final String ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE = public static final String ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE = "android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE"; "android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE"; /** * Activity Action: Show a system activity that notifies the user that * scanning is still available when Wi-Fi is turned off * @hide */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_NOTIFY_SCAN_ALWAYS_AVAILABLE = "android.net.wifi.action.NOTIFY_SCAN_ALWAYS_AVAILABLE"; /** /** * Activity Action: Pick a Wi-Fi network to connect to. * Activity Action: Pick a Wi-Fi network to connect to. * <p>Input: Nothing. * <p>Input: Nothing. Loading Loading
core/java/android/provider/Settings.java +0 −8 Original line number Original line Diff line number Diff line Loading @@ -4841,14 +4841,6 @@ public final class Settings { public static final String WIFI_SCAN_ALWAYS_AVAILABLE = public static final String WIFI_SCAN_ALWAYS_AVAILABLE = "wifi_scan_always_enabled"; "wifi_scan_always_enabled"; /** * Setting to indicate whether the user should be notified that scans are still * available when Wi-Fi is turned off * @hide */ public static final String WIFI_NOTIFY_SCAN_ALWAYS_AVAILABLE = "wifi_notify_scan_always_enabled"; /** /** * Used to save the Wifi_ON state prior to tethering. * Used to save the Wifi_ON state prior to tethering. * This state will be checked to restore Wifi after * This state will be checked to restore Wifi after Loading
wifi/java/android/net/wifi/WifiManager.java +0 −9 Original line number Original line Diff line number Diff line Loading @@ -407,15 +407,6 @@ public class WifiManager { public static final String ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE = public static final String ACTION_REQUEST_SCAN_ALWAYS_AVAILABLE = "android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE"; "android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE"; /** * Activity Action: Show a system activity that notifies the user that * scanning is still available when Wi-Fi is turned off * @hide */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_NOTIFY_SCAN_ALWAYS_AVAILABLE = "android.net.wifi.action.NOTIFY_SCAN_ALWAYS_AVAILABLE"; /** /** * Activity Action: Pick a Wi-Fi network to connect to. * Activity Action: Pick a Wi-Fi network to connect to. * <p>Input: Nothing. * <p>Input: Nothing. Loading