Searched refs:isUdfpsFingerDown (Results 1 – 8 of 8) sorted by relevance
150 when(mAuthController.isUdfpsFingerDown()).thenReturn(false); in setUp()302 when(mAuthController.isUdfpsFingerDown()).thenReturn(true); in onBiometricAuthenticated_whenFace_andNonBypassAndUdfps_dismissKeyguard()
284 `when`(authController.isUdfpsFingerDown).thenReturn(true) in testAnimatorRunWhenWakeAndUnlock_faceUdfpsFingerDown()
1809 when(mAuthController.isUdfpsFingerDown()).thenReturn(false); in faceNonBypassFailure_requestActiveUnlock_doesNotDismissKeyguard()1835 when(mAuthController.isUdfpsFingerDown()).thenReturn(false); in faceBypassFailure_requestActiveUnlock_dismissKeyguard()1862 when(mAuthController.isUdfpsFingerDown()).thenReturn(false); in faceNonBypassFailure_requestActiveUnlock_dismissKeyguard()
658 || mAuthController.isUdfpsFingerDown(); in calculateModeForPassiveAuth()
1142 public boolean isUdfpsFingerDown() { in isUdfpsFingerDown() method in AuthController
1355 when(mAuthController.isUdfpsFingerDown()).thenReturn(true); in onBiometricError_faceLockedOutSecondTimeButUdfpsActive_showsNoMessage()
1599 } else if (!mAuthController.isUdfpsFingerDown()) { in handleFaceLockoutError()
2716 || mAuthController.isUdfpsFingerDown()); in requestActiveUnlock()