Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java79 private final CarrierTextController mCarrierTextController; field in KeyguardStatusBarViewController
236 mCarrierTextController = carrierTextController; in KeyguardStatusBarViewController()
277 mCarrierTextController.init(); in onInit()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewControllerTest.java63 private CarrierTextController mCarrierTextController; field in KeyguardStatusBarViewControllerTest
110 mCarrierTextController, in setup()