Home
last modified time | relevance | path

Searched refs:showOperatorName (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
H A DSystemUiCarrierConfig.kt64 private val showOperatorName = regex
67 val showOperatorNameInStatusBar: StateFlow<Boolean> = showOperatorName.config
72 showOperatorName,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DOperatorNameView.java44 void update(boolean showOperatorName, in update() argument
48 setVisibility(showOperatorName ? VISIBLE : GONE); in update()
H A DOperatorNameViewController.java86 boolean showOperatorName = in update()
90 mView.update(showOperatorName, mTelephonyManager.isDataCapable(), getDefaultSubInfo()); in update()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java464 showOperatorName(animate); in updateStatusBarVisibilities()
668 public void showOperatorName(boolean animate) { in showOperatorName() method in CollapsedStatusBarFragment