Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintCallback.java53 private AuthenticationCallback mAuthenticationCallback; field in FingerprintCallback
74 mAuthenticationCallback = authenticationCallback; in FingerprintCallback()
159 if (mAuthenticationCallback == null) { in sendAuthenticatedSucceeded()
166 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
173 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
174 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
185 if (mAuthenticationCallback != null) { in sendAcquiredResult()
186 mAuthenticationCallback.onAuthenticationAcquired(acquireInfo); in sendAcquiredResult()
200 } else if (mAuthenticationCallback != null) { in sendAcquiredResult()
202 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
[all …]
/frameworks/base/core/java/android/hardware/face/
DFaceCallback.java49 private AuthenticationCallback mAuthenticationCallback; field in FaceCallback
71 mAuthenticationCallback = authenticationCallback; in FaceCallback()
202 } else if (mAuthenticationCallback != null) { in sendErrorResult()
203 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
231 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
234 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
242 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
243 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
254 if (mAuthenticationCallback != null) { in sendAcquiredResult()
276 } else if (mAuthenticationCallback != null) { in sendAuthenticationFrame()
[all …]
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java717 private AuthenticationCallback mAuthenticationCallback; field in BiometricPrompt
727 mAuthenticationCallback.onAuthenticationSucceeded(result);
735 mAuthenticationCallback.onAuthenticationFailed();
782 mAuthenticationCallback.onAuthenticationError(error, stringToSend);
790 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message);
818 mAuthenticationCallback.onSystemEvent(event);
1489 mAuthenticationCallback = callback; in authenticateInternal()
1493 mAuthenticationCallback.onAuthenticationError(BIOMETRIC_ERROR_CANCELED, in authenticateInternal()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20066 Landroid/hardware/fingerprint/FingerprintManager;->mAuthenticationCallback:Landroid/hardware/biomet…