Searched refs:hideKeyguardWithAnimation (Results 1 – 3 of 3) sorted by relevance
257 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen in startIntentWithAnimation() constant262 if (!hideKeyguardWithAnimation) { in startIntentWithAnimation()299 hideKeyguardWithAnimation) in startIntentWithAnimation()304 "hideKeyguardWithAnimation=$hideKeyguardWithAnimation" in startIntentWithAnimation()314 if (hideKeyguardWithAnimation) { in startIntentWithAnimation()315 callback.hideKeyguardWithAnimation(runner) in startIntentWithAnimation()458 fun hideKeyguardWithAnimation(runner: IRemoteAnimationRunner) { in startPendingIntent() method
162 verify(callback).hideKeyguardWithAnimation(any()) in <lambda>()
3206 public void hideKeyguardWithAnimation(IRemoteAnimationRunner runner) {