Home
last modified time | relevance | path

Searched refs:mAuthenticationCallback (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java526 private AuthenticationCallback mAuthenticationCallback; field in BiometricPrompt
536 mAuthenticationCallback.onAuthenticationSucceeded(result);
544 mAuthenticationCallback.onAuthenticationFailed();
591 mAuthenticationCallback.onAuthenticationError(error, stringToSend);
599 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message);
620 mAuthenticationCallback.onSystemEvent(event);
1166 mAuthenticationCallback = callback; in authenticateInternal()
1170 mAuthenticationCallback.onAuthenticationError(BIOMETRIC_ERROR_CANCELED, in authenticateInternal()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java166 private AuthenticationCallback mAuthenticationCallback; field in FingerprintManager
659 mAuthenticationCallback = callback; in authenticate()
1423 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
1431 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
1432 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
1437 if (mAuthenticationCallback != null) { in sendAcquiredResult()
1452 } else if (mAuthenticationCallback != null) { in sendAcquiredResult()
1466 } else if (mAuthenticationCallback != null) { in sendErrorResult()
1494 if (mAuthenticationCallback == null) { in sendUdfpsPointerDown()
1506 if (mAuthenticationCallback == null) { in sendUdfpsPointerUp()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java82 @Nullable private AuthenticationCallback mAuthenticationCallback; field in FaceManager
253 mAuthenticationCallback = callback; in authenticate()
1370 } else if (mAuthenticationCallback != null) { in sendErrorResult()
1371 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
1386 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
1389 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
1394 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
1395 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
1400 if (mAuthenticationCallback != null) { in sendAcquiredResult()
1416 } else if (mAuthenticationCallback != null) { in sendAuthenticationFrame()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20066 Landroid/hardware/fingerprint/FingerprintManager;->mAuthenticationCallback:Landroid/hardware/biomet…