Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java81 private AuthenticationCallback mAuthenticationCallback; field in FingerprintManager
417 mAuthenticationCallback = callback; in authenticate()
840 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
843 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
848 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
849 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
854 if (mAuthenticationCallback != null) { in sendAcquiredResult()
855 mAuthenticationCallback.onAuthenticationAcquired(acquireInfo); in sendAcquiredResult()
866 } else if (mAuthenticationCallback != null) { in sendAcquiredResult()
867 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
[all …]
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java74 private AuthenticationCallback mAuthenticationCallback; field in FaceManager
226 mAuthenticationCallback = callback; in authenticate()
1047 } else if (mAuthenticationCallback != null) { in sendErrorResult()
1048 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
1063 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
1066 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
1071 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
1072 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
1077 if (mAuthenticationCallback != null) { in sendAcquiredResult()
1078 mAuthenticationCallback.onAuthenticationAcquired(acquireInfo); in sendAcquiredResult()
[all …]
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java328 private AuthenticationCallback mAuthenticationCallback; field in BiometricPrompt
337 mAuthenticationCallback.onAuthenticationSucceeded(result);
344 mAuthenticationCallback.onAuthenticationFailed();
351 mAuthenticationCallback.onAuthenticationError(error, message);
358 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message);
649 mAuthenticationCallback = callback; in authenticateInternal()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24516 Landroid/hardware/fingerprint/FingerprintManager;->mAuthenticationCallback:Landroid/hardware/biomet…