Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java267 @Mock protected KeyguardQsUserSwitchComponent.Factory mKeyguardQsUserSwitchComponentFactory; field in NotificationPanelViewControllerBaseTest
541 when(mKeyguardQsUserSwitchComponentFactory.build(any())) in setup()
708 mKeyguardQsUserSwitchComponentFactory, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java339 private final KeyguardQsUserSwitchComponent.Factory mKeyguardQsUserSwitchComponentFactory; field in NotificationPanelViewController
887 mKeyguardQsUserSwitchComponentFactory = keyguardQsUserSwitchComponentFactory; in NotificationPanelViewController()
1289 mKeyguardQsUserSwitchComponentFactory.build(userAvatarView); in updateViewControllers()