Home
last modified time | relevance | path

Searched refs:KeyguardViewConfigurator (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
H A DLockscreenSceneModule.kt23 import com.android.systemui.keyguard.KeyguardViewConfigurator
37 configurator: Provider<KeyguardViewConfigurator>,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUICoreStartableModule.kt37 import com.android.systemui.keyguard.KeyguardViewConfigurator
330 @ClassKey(KeyguardViewConfigurator::class)
331 abstract fun bindKeyguardViewConfigurator(impl: KeyguardViewConfigurator): CoreStartable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewConfigurator.kt62 class KeyguardViewConfigurator regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java94 import com.android.systemui.keyguard.KeyguardViewConfigurator;
262 @Mock protected KeyguardViewConfigurator mKeyguardViewConfigurator;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java134 import com.android.systemui.keyguard.KeyguardViewConfigurator;
612 private final KeyguardViewConfigurator mKeyguardViewConfigurator;
775 KeyguardViewConfigurator keyguardViewConfigurator, in NotificationPanelViewController()