Searched refs:FACE_ERROR_UNABLE_TO_PROCESS (Results 1 – 9 of 9) sorted by relevance
24 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS79 fun isUnableToProcessError() = msgId == FACE_ERROR_UNABLE_TO_PROCESS in isLockoutError()83 msgId == FACE_ERROR_HW_UNAVAILABLE || msgId == FACE_ERROR_UNABLE_TO_PROCESS in isLockoutError()
24 import android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS76 underTest.shouldSuppressErrorMsg(BiometricSourceType.FACE, FACE_ERROR_UNABLE_TO_PROCESS) in suppressErrorMsg_faceErrorUnableToProcess()160 assertFalse(underTest.isFaceLockoutErrorMsg(FACE_ERROR_UNABLE_TO_PROCESS)) in isFaceLockoutErrorMsgId()
59 FACE_ERROR_UNABLE_TO_PROCESS,88 public static final int FACE_ERROR_UNABLE_TO_PROCESS = 2; field in BiometricFaceConstants
42 msgId == BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS in shouldSuppressErrorMsg()
20 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS;192 verify(mEnrollmentCallback).onEnrollmentError(eq(FACE_ERROR_UNABLE_TO_PROCESS), in enrollment_errorWhenHardwareAuthTokenIsNull()
235 onError(BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS, 0 /* vendorCode */); in startHalOperation()278 onError(BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS, in doEnroll()
55 return BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS; in toFrameworkError()
58 import static android.hardware.biometrics.BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS;375 callback.onEnrollmentError(FACE_ERROR_UNABLE_TO_PROCESS, in enroll()376 getErrorString(mContext, FACE_ERROR_UNABLE_TO_PROCESS, in enroll()903 case FACE_ERROR_UNABLE_TO_PROCESS: in getErrorString()
114 BiometricFaceConstants.FACE_ERROR_UNABLE_TO_PROCESS, 0 /* vendorCode */); in revokeChallenge()