Home
last modified time | relevance | path

Searched refs:WIFI_LEVEL_COUNT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerWifiTest.java44 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DWifiIcons.java51 static final int WIFI_LEVEL_COUNT = WIFI_SIGNAL_STRENGTH[0].length; field in WifiIcons
DNetworkControllerImpl.java845 : Math.min(Integer.parseInt(level), WifiIcons.WIFI_LEVEL_COUNT - 1); in dispatchDemoCommand()