Home
last modified time | relevance | path

Searched refs:AuthenticationCallback (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DBiometricFragment.java24 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()
DConfirmDeviceCredentialActivity.java31 import android.hardware.biometrics.BiometricPrompt.AuthenticationCallback;
106 private AuthenticationCallback mAuthenticationCallback = new AuthenticationCallback() {
/packages/apps/Settings/src/com/android/settings/password/
DBiometricFragment.java25 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()
DConfirmDeviceCredentialActivity.java31 import android.hardware.biometrics.BiometricPrompt.AuthenticationCallback;
106 private AuthenticationCallback mAuthenticationCallback = new AuthenticationCallback() {
/packages/apps/Email/src/com/android/email/activity/setup/
DAuthenticationView.java49 private AuthenticationCallback mAuthenticationCallback;
51 public interface AuthenticationCallback { interface in AuthenticationView
107 public void setAuthenticationCallback(final AuthenticationCallback host) { in setAuthenticationCallback()
DAccountSetupOutgoingFragment.java43 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback;
62 implements OnCheckedChangeListener, AuthenticationCallback {
DAccountSetupIncomingFragment.java41 import com.android.email.activity.setup.AuthenticationView.AuthenticationCallback;
67 implements HostCallback, AuthenticationCallback {
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintAuthenticateSidecar.java61 private FingerprintManager.AuthenticationCallback mAuthenticationCallback =
62 new FingerprintManager.AuthenticationCallback() {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintAuthenticateSidecar.java61 private FingerprintManager.AuthenticationCallback mAuthenticationCallback =
62 new FingerprintManager.AuthenticationCallback() {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiDppUtils.java304 final BiometricPrompt.AuthenticationCallback authenticationCallback = in showLockScreen()
305 new BiometricPrompt.AuthenticationCallback() { in showLockScreen()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java314 final BiometricPrompt.AuthenticationCallback authenticationCallback = in showLockScreen()
315 new BiometricPrompt.AuthenticationCallback() { in showLockScreen()