Searched refs:notifyFinishedKeyguardExitAnimation (Results 1 – 4 of 4) sorted by relevance
130 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) in <lambda>()484 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) in <lambda>()495 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true) in <lambda>()506 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(false) in <lambda>()517 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(false) in <lambda>()
781 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testCancelKeyguardExitAnimation_noPendingLock_keyguardWillNotBeShowing()798 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(true); in testCancelKeyguardExitAnimationDueToSleep_withPendingLock_keyguardWillBeShowing()808 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testCancelKeyguardExitAnimationThenSleep_withPendingLock_keyguardWillBeShowing()831 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testStartKeyguardExitAnimation_expectSurfaceBehindRemoteAnimationAndExits()
962 fun notifyFinishedKeyguardExitAnimation(showKeyguard: Boolean) { in <lambda>() method
3182 .notifyFinishedKeyguardExitAnimation(false /* showKeyguard */);3446 .notifyFinishedKeyguardExitAnimation(showKeyguard);