Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java400 final ArgumentCaptor<Runnable> animationRunnableCaptor = in wakeupFromDreamingWhenKeyguardHides_orderUnlockAndWakeOn() local
403 animationRunnableCaptor.capture()); in wakeupFromDreamingWhenKeyguardHides_orderUnlockAndWakeOn()
407 animationRunnableCaptor.getValue().run(); in wakeupFromDreamingWhenKeyguardHides_orderUnlockAndWakeOn()
788 final ArgumentCaptor<Runnable> animationRunnableCaptor = in testWakeAndUnlockingOverDream() local
791 animationRunnableCaptor.capture()); in testWakeAndUnlockingOverDream()
795 animationRunnableCaptor.getValue().run(); in testWakeAndUnlockingOverDream()
821 final ArgumentCaptor<Runnable> animationRunnableCaptor = in testWakeAndUnlockingOverDream_signalAuthenticateIfStillShowing() local
824 animationRunnableCaptor.capture()); in testWakeAndUnlockingOverDream_signalAuthenticateIfStillShowing()
828 animationRunnableCaptor.getValue().run(); in testWakeAndUnlockingOverDream_signalAuthenticateIfStillShowing()
855 animationRunnableCaptor.capture()); in testWakeAndUnlockingOverNonInteractiveDream_noWakeByKeyguardViewMediator()
[all …]