Searched defs:mWimaxIconId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java120 private int mWimaxIconId = 0; field in class:NetworkController
329 mAlwaysShowCdmaRssi ? mPhoneSignalIconId : mWimaxIconId,
933 mWimaxIconId = WimaxIcons.WIMAX_IDLE;
935 mWimaxIconId = WimaxIcons.WIMAX_SIGNAL_STRENGTH[mInetCondition][mWimaxSignal];
939 mWimaxIconId = WimaxIcons.WIMAX_DISCONNECTED;
943 mWimaxIconId = 0;
1189 || mLastWimaxIconId != mWimaxIconId
1250 if (mLastWimaxIconId != mWimaxIconId) {
1251 mLastWimaxIconId = mWimaxIconId;
1255 if (mWimaxIconId
[all...]

Completed in 8 milliseconds