Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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.java40 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
63 private KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DConnectedDisplayKeyguardPresentation.kt27 import com.android.keyguard.dagger.KeyguardStatusViewComponent
39 private val keyguardStatusViewComponentFactory: KeyguardStatusViewComponent.Factory,
H A DKeyguardDisplayManager.java41 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
69 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
109 KeyguardStatusViewComponent.Factory keyguardStatusViewComponentFactory, in KeyguardDisplayManager()
356 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
375 KeyguardStatusViewComponent.Factory keyguardStatusViewComponentFactory) { in KeyguardPresentation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java32 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
90 KeyguardStatusViewComponent.class,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt24 import com.android.keyguard.dagger.KeyguardStatusViewComponent
85 private val keyguardStatusViewComponentFactory: KeyguardStatusViewComponent.Factory,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java78 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
238 @Mock protected KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
245 @Mock protected KeyguardStatusViewComponent mKeyguardStatusViewComponent;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java111 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
332 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
725 KeyguardStatusViewComponent.Factory keyguardStatusViewComponentFactory, in NotificationPanelViewController()
1241 KeyguardStatusViewComponent statusViewComponent = in updateViewControllers()