Home
last modified time | relevance | path

Searched refs:BIOMETRIC_NOT_ENROLLED (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java56 static final int BIOMETRIC_NOT_ENROLLED = 7; field in PreAuthInfo
199 return BIOMETRIC_NOT_ENROLLED; in getStatusForBiometricAuthenticator()
281 if (pair.second == BIOMETRIC_NOT_ENROLLED) { in calculateErrorByPriority()
416 case BIOMETRIC_NOT_ENROLLED: in getPreAuthenticateStatus()
499 BIOMETRIC_NOT_ENROLLED,
H A DUtils.java34 import static com.android.server.biometrics.PreAuthInfo.BIOMETRIC_NOT_ENROLLED;
342 case BIOMETRIC_NOT_ENROLLED: in authenticatorStatusToBiometricConstant()