Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt601 val mockLockscreenSmartspaceView = mock(View::class.java) in <lambda>() constant
602 whenever(mockLockscreenSmartspaceView.visibility).thenReturn(View.VISIBLE) in <lambda>()
603 keyguardUnlockAnimationController.lockscreenSmartspace = mockLockscreenSmartspaceView in <lambda>()
607 verify(mockLockscreenSmartspaceView).visibility = View.INVISIBLE in <lambda>()
614 val mockLockscreenSmartspaceView = mock(View::class.java) in <lambda>() constant
615 whenever(mockLockscreenSmartspaceView.visibility).thenReturn(View.VISIBLE) in <lambda>()
616 keyguardUnlockAnimationController.lockscreenSmartspace = mockLockscreenSmartspaceView in <lambda>()
620 verify(mockLockscreenSmartspaceView, never()).visibility = View.INVISIBLE in <lambda>()
625 val mockLockscreenSmartspaceView = mock(View::class.java) in <lambda>() constant
626 whenever(mockLockscreenSmartspaceView.visibility).thenReturn(View.INVISIBLE) in <lambda>()
[all …]