Searched refs:mAuthenticationCallback (Results 1 – 4 of 4) sorted by relevance
62 private FingerprintManager.AuthenticationCallback mAuthenticationCallback = field in FingerprintAuthenticateSidecar107 mAuthenticationCallback, null /* handler */, userId); in startAuthentication()
57 private AuthenticationCallback mAuthenticationCallback = field in BiometricFragment183 mAuthenticationCallback, mUserId); in onResume()
106 private AuthenticationCallback mAuthenticationCallback = new AuthenticationCallback() { field in ConfirmDeviceCredentialActivity485 mBiometricFragment.setCallbacks(mExecutor, mAuthenticationCallback); in showBiometricPrompt()
82 private final BiometricPrompt.AuthenticationCallback mAuthenticationCallback = field in BiometricPromptTestFragment174 prompt.authenticate(cancellationSignal, mExecutor, mAuthenticationCallback); in authenticate()