Loading core/java/android/provider/Settings.java +0 −7 Original line number Diff line number Diff line Loading @@ -5930,13 +5930,6 @@ public final class Settings { public static final String WIFI_SCAN_ALWAYS_AVAILABLE = "wifi_scan_always_enabled"; /** * Setting to allow enable or disable rssi threshold. * @hide */ public static final String WIFI_RSSI_THRESHOLD = "wifi_rssi_threshold"; /** * Used to save the Wifi_ON state prior to tethering. * This state will be checked to restore Wifi after Loading wifi/java/android/net/wifi/IWifiManager.aidl +0 −2 Original line number Diff line number Diff line Loading @@ -141,8 +141,6 @@ interface IWifiManager void enableVerboseLogging(int verbose); void enableRssiThreshold(int enabled); int getVerboseLoggingLevel(); int getAggressiveHandover(); Loading wifi/java/android/net/wifi/WifiManager.java +0 −13 Original line number Diff line number Diff line Loading @@ -2479,19 +2479,6 @@ public class WifiManager { } } /** * Set wifi rssi threshold. Called from advance wifi settings. * @hide */ public void enableRssiThreshold (int enabled) { try { mService.enableRssiThreshold(enabled); } catch (Exception e) { //ignore any failure here Log.e(TAG, "enableRssiThreshold " + e.toString()); } } /** * Get the WiFi verbose logging level.This is used by settings * to decide what to show within the picker. Loading Loading
core/java/android/provider/Settings.java +0 −7 Original line number Diff line number Diff line Loading @@ -5930,13 +5930,6 @@ public final class Settings { public static final String WIFI_SCAN_ALWAYS_AVAILABLE = "wifi_scan_always_enabled"; /** * Setting to allow enable or disable rssi threshold. * @hide */ public static final String WIFI_RSSI_THRESHOLD = "wifi_rssi_threshold"; /** * Used to save the Wifi_ON state prior to tethering. * This state will be checked to restore Wifi after Loading
wifi/java/android/net/wifi/IWifiManager.aidl +0 −2 Original line number Diff line number Diff line Loading @@ -141,8 +141,6 @@ interface IWifiManager void enableVerboseLogging(int verbose); void enableRssiThreshold(int enabled); int getVerboseLoggingLevel(); int getAggressiveHandover(); Loading
wifi/java/android/net/wifi/WifiManager.java +0 −13 Original line number Diff line number Diff line Loading @@ -2479,19 +2479,6 @@ public class WifiManager { } } /** * Set wifi rssi threshold. Called from advance wifi settings. * @hide */ public void enableRssiThreshold (int enabled) { try { mService.enableRssiThreshold(enabled); } catch (Exception e) { //ignore any failure here Log.e(TAG, "enableRssiThreshold " + e.toString()); } } /** * Get the WiFi verbose logging level.This is used by settings * to decide what to show within the picker. Loading