Home
last modified time | relevance | path

Searched refs:KeyguardStatusViewComponent (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusViewComponent.java33 public interface KeyguardStatusViewComponent { interface
37 KeyguardStatusViewComponent build(@BindsInstance KeyguardStatusView presentation); in build()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPresentationTest.java34 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
57 private KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
59 private KeyguardStatusViewComponent mKeyguardStatusViewComponent;
H A DKeyguardDisplayManagerTest.java39 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
59 private KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java38 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
57 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
91 KeyguardStatusViewComponent.Factory keyguardStatusViewComponentFactory, in KeyguardDisplayManager()
264 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
284 KeyguardStatusViewComponent.Factory keyguardStatusViewComponentFactory) { in KeyguardPresentation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java31 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
69 KeyguardStatusViewComponent.class,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java83 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
234 private KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
242 private KeyguardStatusViewComponent mKeyguardStatusViewComponent;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java108 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
292 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
681 KeyguardStatusViewComponent.Factory keyguardStatusViewComponentFactory, in NotificationPanelViewController()
955 KeyguardStatusViewComponent statusViewComponent = in updateViewControllers()