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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java214 private boolean mShowCarrierInPanel = false; field in class:PhoneStatusBar
520 mShowCarrierInPanel = (mCarrierLabel != null);
521 if (DEBUG) Slog.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" + mShowCarrierInPanel);
522 if (mShowCarrierInPanel) {
1047 if (!mShowCarrierInPanel) return;

Completed in 31 milliseconds