Searched refs:mAuthenticationCallback (Results 1 – 7 of 7) sorted by relevance
141 private AuthenticationCallback mAuthenticationCallback; field in FingerprintManager582 mAuthenticationCallback = callback; in authenticate()1202 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()1210 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()1211 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()1216 if (mAuthenticationCallback != null) { in sendAcquiredResult()1228 } else if (mAuthenticationCallback != null) { in sendAcquiredResult()1242 } else if (mAuthenticationCallback != null) { in sendErrorResult()1270 if (mAuthenticationCallback == null) { in sendUdfpsPointerDown()1278 if (mAuthenticationCallback == null) { in sendUdfpsPointerUp()[all …]
78 @Nullable private AuthenticationCallback mAuthenticationCallback; field in FaceManager218 mAuthenticationCallback = callback; in authenticate()1249 } else if (mAuthenticationCallback != null) { in sendErrorResult()1250 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()1265 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()1268 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()1273 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()1274 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()1279 if (mAuthenticationCallback != null) { in sendAcquiredResult()1295 } else if (mAuthenticationCallback != null) { in sendAuthenticationFrame()[all …]
475 private AuthenticationCallback mAuthenticationCallback; field in BiometricPrompt485 mAuthenticationCallback.onAuthenticationSucceeded(result);492 mAuthenticationCallback.onAuthenticationFailed();539 mAuthenticationCallback.onAuthenticationError(error, stringToSend);546 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message);565 mAuthenticationCallback.onSystemEvent(event);1070 mAuthenticationCallback = callback; in authenticateInternal()
61 private FingerprintManager.AuthenticationCallback mAuthenticationCallback = field in FingerprintAuthenticateSidecar107 mAuthenticationCallback, null /* handler */, userId); in startAuthentication()
53 private AuthenticationCallback mAuthenticationCallback = field in BiometricFragment153 mAuthenticationCallback, mUserId); in onResume()
103 private AuthenticationCallback mAuthenticationCallback = new AuthenticationCallback() { field in ConfirmDeviceCredentialActivity338 mBiometricFragment.setCallbacks(mExecutor, mAuthenticationCallback); in showBiometricPrompt()
22944 Landroid/hardware/fingerprint/FingerprintManager;->mAuthenticationCallback:Landroid/hardware/biomet…