Searched refs:FACE_ERROR_LOCKOUT_PERMANENT (Results 1 – 13 of 13) sorted by relevance
22 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT71 fun isLockoutError() = msgId == FACE_ERROR_LOCKOUT_PERMANENT || msgId == FACE_ERROR_LOCKOUT in isLockoutError()
22 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT91 underTest.shouldSuppressErrorMsg(BiometricSourceType.FACE, FACE_ERROR_LOCKOUT_PERMANENT) in doNotSuppressErrorMsg_facePrimaryAuthRequired_faceLockout()157 assertTrue(underTest.isFaceLockoutErrorMsg(FACE_ERROR_LOCKOUT_PERMANENT)) in isFaceLockoutErrorMsgId()
66 FACE_ERROR_LOCKOUT_PERMANENT,137 public static final int FACE_ERROR_LOCKOUT_PERMANENT = 9; field in BiometricFaceConstants
54 msgId == BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT in isFaceLockoutErrorMsg()
24 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT;223 eq(FACE_ERROR_LOCKOUT_PERMANENT), anyInt()); in testLockoutEndsOperation()
293 BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT, in <lambda>()
406 final int error = BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT; in onLockoutPermanent()
54 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT;914 case FACE_ERROR_LOCKOUT_PERMANENT: in getErrorString()
25 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT305 FACE_ERROR_LOCKOUT_PERMANENT, in faceLockoutStatusIsPropagated()
155 .isEqualTo(BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT) in whenFaceIsLockedOutAnyAttemptsToTriggerFaceAuthMustProvideLockoutError()
22 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT;1601 mKeyguardUpdateMonitorCallback.onBiometricError(FACE_ERROR_LOCKOUT_PERMANENT, in onFaceLockoutError()
22 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT;2282 new ErrorFaceAuthenticationStatus(FACE_ERROR_LOCKOUT_PERMANENT, "", 0L)); in faceAuthLockOut()
34 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_LOCKOUT_PERMANENT;1245 if (msgId == FACE_ERROR_LOCKOUT_PERMANENT) { in handleFaceError()