Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java236 private KeyguardQsUserSwitchComponent.Factory mKeyguardQsUserSwitchComponentFactory; field in NotificationPanelViewControllerTest
425 mKeyguardQsUserSwitchComponentFactory, in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java293 private final KeyguardQsUserSwitchComponent.Factory mKeyguardQsUserSwitchComponentFactory; field in NotificationPanelViewController
748 mKeyguardQsUserSwitchComponentFactory = keyguardQsUserSwitchComponentFactory; in NotificationPanelViewController()
972 mKeyguardQsUserSwitchComponentFactory.build(userAvatarView); in updateViewControllers()