Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java774 cancelMockKeyguardExitAnimation(); in testCancelKeyguardExitAnimation_noPendingLock_keyguardWillNotBeShowing()
792 cancelMockKeyguardExitAnimation(); in testCancelKeyguardExitAnimationDueToSleep_withPendingLock_keyguardWillBeShowing()
805 cancelMockKeyguardExitAnimation(); in testCancelKeyguardExitAnimationThenSleep_withPendingLock_keyguardWillBeShowing()
1006 cancelMockKeyguardExitAnimation(); in testStartKeyguardExitAnimation_thenCancelImmediately_doesNotResetAndUpdatesWM()
1026 cancelMockKeyguardExitAnimation(); in testStartKeyguardExitAnimation_whenNotInteractive_doesShowAndUpdatesWM()
1067 private void cancelMockKeyguardExitAnimation() { in cancelMockKeyguardExitAnimation() method in KeyguardViewMediatorTest