Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java57 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory; field in KeyguardDisplayManager
95 mKeyguardStatusViewComponentFactory = keyguardStatusViewComponentFactory; in KeyguardDisplayManager()
159 return new KeyguardPresentation(mContext, display, mKeyguardStatusViewComponentFactory); in createPresentation()
264 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory; field in KeyguardDisplayManager.KeyguardPresentation
287 mKeyguardStatusViewComponentFactory = keyguardStatusViewComponentFactory; in KeyguardPresentation()
331 mKeyguardClockSwitchController = mKeyguardStatusViewComponentFactory in onCreate()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPresentationTest.java57 private KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory; field in KeyguardPresentationTest
72 when(mKeyguardStatusViewComponentFactory.build(any(KeyguardStatusView.class))) in setUp()
112 mKeyguardStatusViewComponentFactory); in testInflation_doesntCrash()
H A DKeyguardDisplayManagerTest.java59 private KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory; field in KeyguardDisplayManagerTest
80 mKeyguardStatusViewComponentFactory, mBackgroundExecutor)); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java234 private KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory; field in NotificationPanelViewControllerTest
390 when(mKeyguardStatusViewComponentFactory.build(any())) in setup()
424 mKeyguardStatusViewComponentFactory, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java292 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory; field in NotificationPanelViewController
744 mKeyguardStatusViewComponentFactory = keyguardStatusViewComponentFactory; in NotificationPanelViewController()
956 mKeyguardStatusViewComponentFactory.build(keyguardStatusView); in updateViewControllers()