Searched refs:MAX_RSSI (Results 1 – 5 of 5) sorted by relevance
36 private static final int MAX_RSSI = -55; field in TestAccessPointBuilder99 mRssi = MAX_RSSI; in setLevel()101 float inputRange = MAX_RSSI - MIN_RSSI; in setLevel()
82 public static final int MAX_RSSI = 200; field in WifiInfo391 if (rssi > MAX_RSSI) in setRssi()392 rssi = MAX_RSSI; in setRssi()
838 private static final int MAX_RSSI = -55; field in WifiManager1786 } else if (rssi >= MAX_RSSI) {1789 float inputRange = (MAX_RSSI - MIN_RSSI);
51 private static final int MAX_RSSI = -55; field in NetworkControllerWifiTest227 float amountPerLevel = (MAX_RSSI - MIN_RSSI) / (WifiIcons.WIFI_LEVEL_COUNT - 1); in setWifiLevel()
2904 if (newRssi != null && newRssi > WifiInfo.INVALID_RSSI && newRssi < WifiInfo.MAX_RSSI) { in fetchRssiLinkSpeedAndFrequencyNative()