Searched refs:shouldPauseAuth (Results 1 – 7 of 7) sorted by relevance
56 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuth_bouncerShowing()96 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthUnpausedAlpha0()106 assertFalse(mController.shouldPauseAuth()); in testShouldNotPauseAuthOnKeyguard()122 assertTrue(mController.shouldPauseAuth()); in onBiometricAuthenticated_pauseAuth()138 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthIsLaunchTransitionFadingAway()148 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthOnShadeLocked()160 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthOnShade()173 assertTrue(mController.shouldPauseAuth()); in testShouldPauseAuthAnimatingScreenOffFromShade()186 assertFalse(mController.shouldPauseAuth()); in testDoNotPauseAuthAnimatingScreenOffFromLS()195 assertTrue(mController.shouldPauseAuth()); in testOverrideShouldPauseAuthOnShadeLocked()
161 assertFalse(mController.shouldPauseAuth()) in shadeLocked_showAlternateBouncer_unpauseAuth()182 assertTrue(mController.shouldPauseAuth()) in shouldPauseAuthBouncerShowing()206 assertThat(mController.shouldPauseAuth()).isTrue() in shouldHandleTouchesChange()233 assertThat(mController.shouldPauseAuth()).isTrue() in shouldHandleTouchesOnDetach()
135 udfpsOverlayInteractor.setHandleTouches(shouldHandle = !shouldPauseAuth()) in <lambda>()141 udfpsOverlayInteractor.setHandleTouches(shouldHandle = !shouldPauseAuth()) in <lambda>()153 pw.println("shouldPauseAuth()=" + shouldPauseAuth()) in <lambda>()162 open fun shouldPauseAuth(): Boolean { in <lambda>() method170 if (view.setPauseAuth(shouldPauseAuth())) { in <lambda>()172 udfpsOverlayInteractor.setHandleTouches(shouldHandle = !shouldPauseAuth()) in <lambda>()
44 override fun shouldPauseAuth(): Boolean { in shouldPauseAuth() method
73 return (animationViewController == null || !animationViewController!!.shouldPauseAuth()) in onInterceptTouchEvent()
421 val udfpsAffordanceWasNotShowing = shouldPauseAuth() in <lambda>()441 override fun shouldPauseAuth(): Boolean { in <lambda>() method
68 assertFalse(udfpsBpViewController.shouldPauseAuth()) in testShouldNeverPauseAuth()