Searched refs:shouldPauseAuth (Results 1 – 7 of 7) sorted by relevance
61 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuth_bouncerShowing()129 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthUnpausedAlpha0()156 assertFalse(mController.shouldPauseAuth()); in testShouldNotPauseAuthOnKeyguard()172 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthIsLaunchTransitionFadingAway()182 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthOnShadeLocked()194 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthOnShade()207 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthAnimatingScreenOffFromShade()220 assertFalse(mController.shouldPauseAuth()); in testDoNotPauseAuthAnimatingScreenOffFromLS()229 assertTrue(mController.shouldPauseAuth()); in testOverrideShouldPauseAuthOnShadeLocked()
127 assertFalse(mController.shouldPauseAuth()) in shadeLocked_showAlternateBouncer_unpauseAuth()148 assertTrue(mController.shouldPauseAuth()) in shouldPauseAuthBouncerShowing()
98 whenever(animationViewController.shouldPauseAuth()).thenReturn(paused) in isWithinSensorAreaAndPaused()
131 pw.println("shouldPauseAuth()=" + shouldPauseAuth()) in <lambda>()140 open fun shouldPauseAuth(): Boolean { in <lambda>() method148 if (view.setPauseAuth(shouldPauseAuth())) { in <lambda>()
86 return (animationViewController == null || !animationViewController!!.shouldPauseAuth()) in <lambda>()146 !(animationViewController?.shouldPauseAuth() ?: false) in <lambda>()
357 val udfpsAffordanceWasNotShowing = shouldPauseAuth() in <lambda>()382 override fun shouldPauseAuth(): Boolean { in <lambda>() method
423 return !mOverlay.getAnimationViewController().shouldPauseAuth() in isWithinSensorArea()