Home
last modified time | relevance | path

Searched refs:KeyguardStatusBarViewComponent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardStatusBarViewComponent.java34 public interface KeyguardStatusBarViewComponent { interface
38 KeyguardStatusBarViewComponent build( in build()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultStatusBarSection.kt29 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent
45 private val keyguardStatusBarViewComponentFactory: KeyguardStatusBarViewComponent.Factory,
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DStatusBarSection.kt34 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent
47 private val componentFactory: KeyguardStatusBarViewComponent.Factory,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java33 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;
105 KeyguardStatusBarViewComponent.class,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java80 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;
274 @Mock protected KeyguardStatusBarViewComponent.Factory mKeyguardStatusBarViewComponentFactory;
275 @Mock protected KeyguardStatusBarViewComponent mKeyguardStatusBarViewComponent;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java112 import com.android.keyguard.dagger.KeyguardStatusBarViewComponent;
341 private final KeyguardStatusBarViewComponent.Factory mKeyguardStatusBarViewComponentFactory;
731 KeyguardStatusBarViewComponent.Factory keyguardStatusBarViewComponentFactory, in NotificationPanelViewController()