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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java119 private boolean mWimaxIdle = false; field in class:NetworkController
923 mWimaxIdle = (mWimaxExtraState == WimaxManagerConstants.WIMAX_IDLE);
932 if (mWimaxIdle)
1439 pw.print(" mWimaxIdle="); pw.println(mWimaxIdle);

Completed in 20 milliseconds