Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java266 @Mock protected KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory; field in NotificationPanelViewControllerBaseTest
642 when(mKeyguardStatusViewComponentFactory.build(any(), any())) in setup()
707 mKeyguardStatusViewComponentFactory, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java338 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory; field in NotificationPanelViewController
883 mKeyguardStatusViewComponentFactory = keyguardStatusViewComponentFactory; in NotificationPanelViewController()
1323 mKeyguardStatusViewComponentFactory.build(keyguardStatusView, in updateStatusViewController()