Home
last modified time | relevance | path

Searched refs:shouldPauseAuth (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerTest.java61 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()
DUdfpsKeyguardViewControllerWithCoroutinesTest.kt127 assertFalse(mController.shouldPauseAuth()) in shadeLocked_showAlternateBouncer_unpauseAuth()
148 assertTrue(mController.shouldPauseAuth()) in shouldPauseAuthBouncerShowing()
DUdfpsViewTest.kt98 whenever(animationViewController.shouldPauseAuth()).thenReturn(paused) in isWithinSensorAreaAndPaused()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsAnimationViewController.kt131 pw.println("shouldPauseAuth()=" + shouldPauseAuth()) in <lambda>()
140 open fun shouldPauseAuth(): Boolean { in <lambda>() method
148 if (view.setPauseAuth(shouldPauseAuth())) { in <lambda>()
DUdfpsView.kt86 return (animationViewController == null || !animationViewController!!.shouldPauseAuth()) in <lambda>()
146 !(animationViewController?.shouldPauseAuth() ?: false) in <lambda>()
DUdfpsKeyguardViewController.kt357 val udfpsAffordanceWasNotShowing = shouldPauseAuth() in <lambda>()
382 override fun shouldPauseAuth(): Boolean { in <lambda>() method
DUdfpsController.java423 return !mOverlay.getAnimationViewController().shouldPauseAuth() in isWithinSensorArea()