Searched refs:AuthenticationResult (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricAuthenticator.java44 class AuthenticationResult { class in interface:BiometricAuthenticator
52 public AuthenticationResult() { } method in class:BiometricAuthenticator.AuthenticationResult
61 public AuthenticationResult(CryptoObject crypto, BiometricIdentifier identifier, method in class:BiometricAuthenticator.AuthenticationResult
124 public void onAuthenticationSucceeded(AuthenticationResult result) {}
142 * AuthenticationResult)} is called, at which point the crypto object becomes invalid. This
167 * AuthenticationResult)} is called. This operation can be canceled by using the provided cancel
H A DBiometricPrompt.java288 public static class AuthenticationResult extends BiometricAuthenticator.AuthenticationResult { class in class:BiometricPrompt
296 public AuthenticationResult(CryptoObject crypto, BiometricIdentifier identifier, method in class:BiometricPrompt.AuthenticationResult
341 public void onAuthenticationSucceeded(AuthenticationResult result) {}
361 public void onAuthenticationSucceeded(BiometricAuthenticator.AuthenticationResult result) {
362 onAuthenticationSucceeded(new AuthenticationResult(
408 * AuthenticationCallback#onAuthenticationSucceeded( AuthenticationResult)}, or when the user
443 * AuthenticationCallback#onAuthenticationSucceeded( AuthenticationResult)} is called, or when
/frameworks/support/compat/src/main/java/androidx/core/hardware/fingerprint/
H A DFingerprintManagerCompat.java90 * {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult)} is called, at
175 public void onAuthenticationSucceeded(FingerprintManager.AuthenticationResult result) {
176 callback.onAuthenticationSucceeded(new AuthenticationResult(
242 public static final class AuthenticationResult { class in class:FingerprintManagerCompat
245 public AuthenticationResult(CryptoObject crypto) { method in class:FingerprintManagerCompat.AuthenticationResult
286 public void onAuthenticationSucceeded(AuthenticationResult result) { }
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java157 * @deprecated See {@link android.hardware.biometrics.BiometricPrompt.AuthenticationResult}
160 public static class AuthenticationResult { class in class:FingerprintManager
172 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId) { method in class:FingerprintManager.AuthenticationResult
234 public void onAuthenticationSucceeded(AuthenticationResult result) { }
256 public void onAuthenticationSucceeded(BiometricAuthenticator.AuthenticationResult result) {
257 onAuthenticationSucceeded(new AuthenticationResult(
366 * {@link AuthenticationCallback#onAuthenticationSucceeded(AuthenticationResult)} is called, at
952 final BiometricAuthenticator.AuthenticationResult result =
953 new BiometricAuthenticator.AuthenticationResult(mCryptoObject, fp, userId);
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DCachedSyntheticPasswordTests.java33 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationResult;
H A DSyntheticPasswordTests.java39 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationResult;
78 AuthenticationResult result = manager.unwrapPasswordBasedSyntheticPassword(
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java132 static class AuthenticationResult { class in class:SyntheticPasswordManager
816 * unknown. Caller might choose to validate it by examining AuthenticationResult.credentialType
818 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper,
824 AuthenticationResult result = new AuthenticationResult();
898 public @NonNull AuthenticationResult unwrapTokenBasedSyntheticPassword(
901 AuthenticationResult result = new AuthenticationResult();
H A DLockSettingsService.java113 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationResult;
609 AuthenticationResult result =
2349 final AuthenticationResult authResult;
2486 AuthenticationResult authResult = mSpManager.unwrapPasswordBasedSyntheticPassword(
2562 AuthenticationResult auth = mSpManager.unwrapPasswordBasedSyntheticPassword(
2661 final AuthenticationResult result;
2691 AuthenticationResult authResult;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java52 import android.hardware.fingerprint.FingerprintManager.AuthenticationResult;
881 public void onAuthenticationSucceeded(AuthenticationResult result) {

Completed in 159 milliseconds