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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java218 private TextView mCarrierLabel; field in class:PhoneStatusBar
562 mCarrierLabel = (TextView)mStatusBarWindow.findViewById(R.id.carrier_label);
563 mShowCarrierInPanel = (mCarrierLabel != null);
564 if (DEBUG) Log.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" + mShowCarrierInPanel);
566 mCarrierLabel.setVisibility(mCarrierLabelVisible ? View.VISIBLE : View.INVISIBLE);
571 mNetworkController.addMobileLabelView(mCarrierLabel);
573 mNetworkController.addCombinedLabelView(mCarrierLabel);
1125 mCarrierLabel.animate().cancel();
1127 mCarrierLabel.setVisibility(View.VISIBLE);
1129 mCarrierLabel
[all...]

Completed in 63 milliseconds