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.java141 private AuthenticationCallback mAuthenticationCallback; field in FingerprintManager
567 mAuthenticationCallback = callback; in authenticate()
1206 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
1209 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
1214 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
1215 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
1220 if (mAuthenticationCallback != null) { in sendAcquiredResult()
1221 mAuthenticationCallback.onAuthenticationAcquired(acquireInfo); in sendAcquiredResult()
1232 } else if (mAuthenticationCallback != null) { in sendAcquiredResult()
1234 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
[all …]
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java455 private AuthenticationCallback mAuthenticationCallback; field in BiometricPrompt
465 mAuthenticationCallback.onAuthenticationSucceeded(result);
472 mAuthenticationCallback.onAuthenticationFailed();
519 mAuthenticationCallback.onAuthenticationError(error, stringToSend);
526 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message);
545 mAuthenticationCallback.onSystemEvent(event);
1049 mAuthenticationCallback = callback; in authenticateInternal()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java78 @Nullable private AuthenticationCallback mAuthenticationCallback; field in FaceManager
222 mAuthenticationCallback = callback; in authenticate()
1239 } else if (mAuthenticationCallback != null) { in sendErrorResult()
1240 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
1255 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
1258 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
1263 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
1264 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
1269 if (mAuthenticationCallback != null) { in sendAcquiredResult()
1285 } else if (mAuthenticationCallback != null) { in sendAuthenticationFrame()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22944 Landroid/hardware/fingerprint/FingerprintManager;->mAuthenticationCallback:Landroid/hardware/biomet…