Home
last modified time | relevance | path

Searched refs:biometric (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/proto/android/hardware/biometrics/
Denums.proto50 // When a biometric HAL has crashed.
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java518 BiometricAuthenticator.Identifier biometric, int userId) in onAuthenticationSucceeded() argument
521 if (biometric == null || biometric instanceof Fingerprint) { in onAuthenticationSucceeded()
523 .onAuthenticationSucceeded(deviceId, (Fingerprint) biometric, userId); in onAuthenticationSucceeded()
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java635 BiometricAuthenticator.Identifier biometric, int userId) in onAuthenticationSucceeded() argument
638 if (biometric == null || biometric instanceof Face) { in onAuthenticationSucceeded()
639 mFaceServiceReceiver.onAuthenticationSucceeded(deviceId, (Face) biometric, in onAuthenticationSucceeded()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java410 BiometricAuthenticator.Identifier biometric, int userId) throws RemoteException { in onAuthenticationSucceeded() argument
/frameworks/base/cmds/statsd/src/
Datoms.proto3206 * Logs when a biometric acquire event occurs.
3232 * Logs when a biometric authentication event occurs.
3261 // specified and supported by the biometric modality, this is from the first ACQUIRED_GOOD to
3270 * Logs when a biometric error occurs.
3311 * Logs when a biometric enrollment occurs.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7374 // FIELD - Detailed reason in biometric authentication error.
/frameworks/base/api/
Dcurrent.txt9813 field public static final String BIOMETRIC_SERVICE = "biometric";