Home
last modified time | relevance | path

Searched refs:keyguardBouncerComponentFactory (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt119 @Mock private lateinit var keyguardBouncerComponentFactory: KeyguardBouncerComponent.Factory variable in com.android.systemui.shade.NotificationShadeWindowViewTest
151 whenever(keyguardBouncerComponentFactory.create(any())).thenReturn(keyguardBouncerComponent) in setUp()
DNotificationShadeWindowViewControllerTest.kt139 @Mock lateinit var keyguardBouncerComponentFactory: KeyguardBouncerComponent.Factory variable
177 whenever(keyguardBouncerComponentFactory.create(any(ViewGroup::class.java))) in setUp()