Searched refs:mWifiLevel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java104 int mWifiRssi, mWifiLevel; field in class:NetworkController
888 mWifiLevel = WifiManager.calculateSignalLevel(
897 mWifiIconId = WifiIcons.WIFI_SIGNAL_STRENGTH[mInetCondition][mWifiLevel];
898 mQSWifiIconId = WifiIcons.QS_WIFI_SIGNAL_STRENGTH[mInetCondition][mWifiLevel];
900 AccessibilityContentDescriptions.WIFI_CONNECTION_STRENGTH[mWifiLevel]);
1456 pw.print(" mWifiLevel=");
1457 pw.println(mWifiLevel);

Completed in 53 milliseconds