Searched refs:notifyFinishedKeyguardExitAnimation (Results 1 – 4 of 4) sorted by relevance
124 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)462 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)473 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(true)484 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(false)495 keyguardUnlockAnimationController.notifyFinishedKeyguardExitAnimation(false)
641 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testCancelKeyguardExitAnimation_noPendingLock_keyguardWillNotBeShowing()658 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(true); in testCancelKeyguardExitAnimationDueToSleep_withPendingLock_keyguardWillBeShowing()668 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testCancelKeyguardExitAnimationThenSleep_withPendingLock_keyguardWillBeShowing()692 verify(mKeyguardUnlockAnimationController).notifyFinishedKeyguardExitAnimation(false); in testStartKeyguardExitAnimation_expectSurfaceBehindRemoteAnimationAndExits()
946 fun notifyFinishedKeyguardExitAnimation(showKeyguard: Boolean) { regex
3069 .notifyFinishedKeyguardExitAnimation(false /* showKeyguard */);3328 .notifyFinishedKeyguardExitAnimation(showKeyguard);