Home
last modified time | relevance | path

Searched refs:BIOMETRIC_ERROR_RE_ENROLL (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricFaceConstants.java73 BIOMETRIC_ERROR_RE_ENROLL,
182 public static final int BIOMETRIC_ERROR_RE_ENROLL = 16; field in BiometricFaceConstants
DBiometricFingerprintConstants.java63 BIOMETRIC_ERROR_RE_ENROLL,
179 int BIOMETRIC_ERROR_RE_ENROLL = 16; field
DBiometricConstants.java152 int BIOMETRIC_ERROR_RE_ENROLL = 16; field
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DBiometricNotificationServiceTest.java202 BiometricFaceConstants.BIOMETRIC_ERROR_RE_ENROLL, in testShowFaceReEnrollNotification_onErrorReEnroll()
225 BiometricFaceConstants.BIOMETRIC_ERROR_RE_ENROLL, in testCancelReEnrollmentNotification_onFaceEnrollmentStateChange()
273 BiometricFaceConstants.BIOMETRIC_ERROR_RE_ENROLL, in testResetFaceUnlockReEnroll_onStart()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DAidlConversionUtils.java67 return BiometricFaceConstants.BIOMETRIC_ERROR_RE_ENROLL; in toFrameworkError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricNotificationService.java112 if (msgId == BiometricFaceConstants.BIOMETRIC_ERROR_RE_ENROLL
DAuthController.java1079 || error == BiometricConstants.BIOMETRIC_ERROR_RE_ENROLL in onBiometricError()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java23 import static android.hardware.biometrics.BiometricFaceConstants.BIOMETRIC_ERROR_RE_ENROLL;
926 case BIOMETRIC_ERROR_RE_ENROLL: in getErrorString()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthSessionTest.java294 session.onErrorReceived(0, cookie, BiometricConstants.BIOMETRIC_ERROR_RE_ENROLL, 0); in testOnErrorReceivedBeforeOnDialogAnimatedIn()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java488 BiometricConstants.BIOMETRIC_ERROR_RE_ENROLL, in testOnAuthenticationFailedInvoked_whenBiometricReEnrollRequired()