Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java89 private final Optional<View> mOperatorNameViewOptional; field in HeadsUpAppearanceController
143 mOperatorNameViewOptional = operatorNameViewOptional; in HeadsUpAppearanceController()
246 mOperatorNameViewOptional.ifPresent(view -> hide(view, View.INVISIBLE)); in setShown()
249 mOperatorNameViewOptional.ifPresent(this::show); in setShown()