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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java208 private TextView mCarrierLabel; field in class:PhoneStatusBar
519 mCarrierLabel = (TextView)mStatusBarWindow.findViewById(R.id.carrier_label);
520 mShowCarrierInPanel = (mCarrierLabel != null);
521 if (DEBUG) Slog.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" + mShowCarrierInPanel);
523 mCarrierLabel.setVisibility(mCarrierLabelVisible ? View.VISIBLE : View.INVISIBLE);
528 mNetworkController.addMobileLabelView(mCarrierLabel);
530 mNetworkController.addCombinedLabelView(mCarrierLabel);
1066 mCarrierLabel.animate().cancel();
1068 mCarrierLabel.setVisibility(View.VISIBLE);
1070 mCarrierLabel
[all...]

Completed in 79 milliseconds