Searched refs:mAuthenticationCallback (Results 1 – 4 of 4) sorted by relevance
81 private AuthenticationCallback mAuthenticationCallback; field in FingerprintManager417 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 …]
74 private AuthenticationCallback mAuthenticationCallback; field in FaceManager226 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 …]
328 private AuthenticationCallback mAuthenticationCallback; field in BiometricPrompt337 mAuthenticationCallback.onAuthenticationSucceeded(result);344 mAuthenticationCallback.onAuthenticationFailed();351 mAuthenticationCallback.onAuthenticationError(error, message);358 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message);649 mAuthenticationCallback = callback; in authenticateInternal()
24516 Landroid/hardware/fingerprint/FingerprintManager;->mAuthenticationCallback:Landroid/hardware/biomet…