Home
last modified time | relevance | path

Searched refs:keyguardBouncerViewModel (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewTest.kt113 @Mock private lateinit var keyguardBouncerViewModel: KeyguardBouncerViewModel
187 keyguardBouncerViewModel,
H A DNotificationShadeWindowViewControllerTest.kt102 @Mock private lateinit var keyguardBouncerViewModel: KeyguardBouncerViewModel
181 keyguardBouncerViewModel,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java166 KeyguardBouncerViewModel keyguardBouncerViewModel, in NotificationShadeWindowViewController()
209 keyguardBouncerViewModel, in NotificationShadeWindowViewController() local