Home
last modified time | relevance | path

Searched refs:KeyguardQsUserSwitchComponent (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardQsUserSwitchComponent.java31 public interface KeyguardQsUserSwitchComponent { interface
35 KeyguardQsUserSwitchComponent build(@BindsInstance FrameLayout userAvatarContainer); in build()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java30 import com.android.keyguard.dagger.KeyguardQsUserSwitchComponent;
88 KeyguardQsUserSwitchComponent.class,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java76 import com.android.keyguard.dagger.KeyguardQsUserSwitchComponent;
239 @Mock protected KeyguardQsUserSwitchComponent.Factory mKeyguardQsUserSwitchComponentFactory;
240 @Mock protected KeyguardQsUserSwitchComponent mKeyguardQsUserSwitchComponent;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java109 import com.android.keyguard.dagger.KeyguardQsUserSwitchComponent;
333 private final KeyguardQsUserSwitchComponent.Factory mKeyguardQsUserSwitchComponentFactory;
726 KeyguardQsUserSwitchComponent.Factory keyguardQsUserSwitchComponentFactory, in NotificationPanelViewController()
1268 KeyguardQsUserSwitchComponent userSwitcherComponent = in updateViewControllers()