Searched refs:MAX_RSSI (Results 1 – 7 of 7) sorted by relevance
44 private static final int MAX_RSSI = -55; field in TestAccessPointBuilder133 mRssi = MAX_RSSI; in setLevel()135 float inputRange = MAX_RSSI - MIN_RSSI; in setLevel()
81 public static final int MAX_RSSI = 200; field in WifiInfo286 if (rssi > MAX_RSSI) in setRssi()287 rssi = MAX_RSSI; in setRssi()
895 private static final int MAX_RSSI = -55; field in WifiManager1857 } else if (rssi >= MAX_RSSI) {1860 float inputRange = (MAX_RSSI - MIN_RSSI);
32 private static final int MAX_RSSI = -55; field in NetworkControllerWifiTest178 float amountPerLevel = (MAX_RSSI - MIN_RSSI) / (WifiIcons.WIFI_LEVEL_COUNT - 1); in setWifiLevel()
108 int high = Math.min(WifiInfo.MAX_RSSI, -1); // Stricter than Wifiinfo in validateRssiArray()
2465 if (newRssi != null && newRssi > WifiInfo.INVALID_RSSI && newRssi < WifiInfo.MAX_RSSI) { in fetchRssiLinkSpeedAndFrequencyNative()
3762 Landroid/net/wifi/WifiManager;->MAX_RSSI:I