Searched refs:AuthenticationCallback (Results 1 – 11 of 11) sorted by relevance
24 import android.hardware.biometrics.BiometricPrompt.AuthenticationCallback;49 private AuthenticationCallback mClientCallback;59 private AuthenticationCallback mAuthenticationCallback =60 new AuthenticationCallback() {112 public void setCallbacks(Executor executor, AuthenticationCallback callback) { in setCallbacks()
31 import android.hardware.biometrics.BiometricPrompt.AuthenticationCallback;106 private AuthenticationCallback mAuthenticationCallback = new AuthenticationCallback() {
25 import android.hardware.biometrics.BiometricPrompt.AuthenticationCallback;52 private AuthenticationCallback mClientCallback;63 private AuthenticationCallback mAuthenticationCallback =64 new AuthenticationCallback() {118 public void setCallbacks(Executor executor, AuthenticationCallback callback) { in setCallbacks()
49 private AuthenticationCallback mAuthenticationCallback;51 public interface AuthenticationCallback { interface in AuthenticationView107 public void setAuthenticationCallback(final AuthenticationCallback host) { in setAuthenticationCallback()
43 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback;62 implements OnCheckedChangeListener, AuthenticationCallback {
41 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback;67 implements HostCallback, AuthenticationCallback {
61 private FingerprintManager.AuthenticationCallback mAuthenticationCallback =62 new FingerprintManager.AuthenticationCallback() {
304 final BiometricPrompt.AuthenticationCallback authenticationCallback = in showLockScreen()305 new BiometricPrompt.AuthenticationCallback() { in showLockScreen()
314 final BiometricPrompt.AuthenticationCallback authenticationCallback = in showLockScreen()315 new BiometricPrompt.AuthenticationCallback() { in showLockScreen()