Searched refs:WIFI_LEVEL_COUNT (Results 1 – 3 of 3) sorted by relevance
44 for (int testLevel = 0; testLevel < WifiIcons.WIFI_LEVEL_COUNT; testLevel++) { in testWifiIcon()65 for (int testLevel = 0; testLevel < WifiIcons.WIFI_LEVEL_COUNT; testLevel++) { in testQsWifiIcon()178 float amountPerLevel = (MAX_RSSI - MIN_RSSI) / (WifiIcons.WIFI_LEVEL_COUNT - 1); in setWifiLevel()
51 static final int WIFI_LEVEL_COUNT = WIFI_SIGNAL_STRENGTH[0].length; field in WifiIcons
845 : Math.min(Integer.parseInt(level), WifiIcons.WIFI_LEVEL_COUNT - 1); in dispatchDemoCommand()