Home
last modified time | relevance | path

Searched refs:onAuthenticationSucceeded (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintAuthenticateSidecar.java40 void onAuthenticationSucceeded(AuthenticationResult result); in onAuthenticationSucceeded() method
64 public void onAuthenticationSucceeded(AuthenticationResult result) {
67 mListener.onAuthenticationSucceeded(result);
120 listener.onAuthenticationSucceeded(mAuthenticationResult); in setListener()
DFingerprintSettings.java146 public void onAuthenticationSucceeded(
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintAuthenticateSidecar.java40 void onAuthenticationSucceeded(AuthenticationResult result); in onAuthenticationSucceeded() method
64 public void onAuthenticationSucceeded(AuthenticationResult result) {
67 mListener.onAuthenticationSucceeded(result);
120 listener.onAuthenticationSucceeded(mAuthenticationResult); in setListener()
DFingerprintSettings.java147 public void onAuthenticationSucceeded(
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DBiometricFragment.java64 public void onAuthenticationSucceeded(AuthenticationResult result) {
66 mClientCallback.onAuthenticationSucceeded(result);
DConfirmDeviceCredentialActivity.java119 public void onAuthenticationSucceeded(BiometricPrompt.AuthenticationResult result) {
/packages/apps/Settings/src/com/android/settings/password/
DBiometricFragment.java66 public void onAuthenticationSucceeded(AuthenticationResult result) {
69 mClientCallback.onAuthenticationSucceeded(result);
DConfirmDeviceCredentialActivity.java135 public void onAuthenticationSucceeded(BiometricPrompt.AuthenticationResult result) {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiDppUtils.java341 public void onAuthenticationSucceeded( in showLockScreen()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java413 public void onAuthenticationSucceeded( in showLockScreen()