Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardStatusViewComponent.java35 public interface KeyguardStatusViewComponent { interface
40 KeyguardStatusViewComponent build( in build()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DConnectedDisplayKeyguardPresentation.kt32 import com.android.keyguard.dagger.KeyguardStatusViewComponent
48 private val keyguardStatusViewComponentFactory: KeyguardStatusViewComponent.Factory,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusViewSection.kt33 import com.android.keyguard.dagger.KeyguardStatusViewComponent
52 private val keyguardStatusViewComponentFactory: KeyguardStatusViewComponent.Factory,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewConfigurator.kt40 import com.android.keyguard.dagger.KeyguardStatusViewComponent
94 private val keyguardStatusViewComponentFactory: KeyguardStatusViewComponent.Factory,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java34 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
106 KeyguardStatusViewComponent.class,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java81 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
266 @Mock protected KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
273 @Mock protected KeyguardStatusViewComponent mKeyguardStatusViewComponent;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java113 import com.android.keyguard.dagger.KeyguardStatusViewComponent;
338 private final KeyguardStatusViewComponent.Factory mKeyguardStatusViewComponentFactory;
728 KeyguardStatusViewComponent.Factory keyguardStatusViewComponentFactory, in NotificationPanelViewController()
1322 KeyguardStatusViewComponent statusViewComponent = in updateStatusViewController()