Searched refs:mAuthenticationCallback (Results 1 – 4 of 4) sorted by relevance
141 private AuthenticationCallback mAuthenticationCallback; field in FingerprintManager567 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 …]
455 private AuthenticationCallback mAuthenticationCallback; field in BiometricPrompt465 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()
78 @Nullable private AuthenticationCallback mAuthenticationCallback; field in FaceManager222 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 …]
22944 Landroid/hardware/fingerprint/FingerprintManager;->mAuthenticationCallback:Landroid/hardware/biomet…