Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java51 static final int BIOMETRIC_NO_HARDWARE = 2; field in PreAuthInfo
174 return BIOMETRIC_NO_HARDWARE; in getStatusForBiometricAuthenticator()
370 status = BIOMETRIC_NO_HARDWARE; in getInternalStatus()
380 status = BIOMETRIC_NO_HARDWARE; in getInternalStatus()
413 case BIOMETRIC_NO_HARDWARE: in getPreAuthenticateStatus()
494 BIOMETRIC_NO_HARDWARE,
H A DUtils.java35 import static com.android.server.biometrics.PreAuthInfo.BIOMETRIC_NO_HARDWARE;
332 case BIOMETRIC_NO_HARDWARE: in authenticatorStatusToBiometricConstant()