Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java112 class AuthenticationResult { class
120 public AuthenticationResult() { } in AuthenticationResult() method in BiometricAuthenticator.AuthenticationResult
129 public AuthenticationResult(CryptoObject crypto, Identifier identifier, in AuthenticationResult() method in BiometricAuthenticator.AuthenticationResult
DBiometricPrompt.java336 final AuthenticationResult result = new AuthenticationResult(mCryptoObject);
434 public static class AuthenticationResult extends BiometricAuthenticator.AuthenticationResult { class in BiometricPrompt
440 public AuthenticationResult(CryptoObject crypto) { in AuthenticationResult() method in BiometricPrompt.AuthenticationResult
485 public void onAuthenticationSucceeded(AuthenticationResult result) {} in onAuthenticationSucceeded()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java159 public static class AuthenticationResult { class in FingerprintManager
171 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId) { in AuthenticationResult() method in FingerprintManager.AuthenticationResult
234 public void onAuthenticationSucceeded(AuthenticationResult result) { } in onAuthenticationSucceeded()
841 final AuthenticationResult result = in sendAuthenticatedSucceeded()
842 new AuthenticationResult(mCryptoObject, fp, userId); in sendAuthenticatedSucceeded()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java739 public static class AuthenticationResult { class in FaceManager
751 public AuthenticationResult(CryptoObject crypto, Face face, int userId) { in AuthenticationResult() method in FaceManager.AuthenticationResult
824 public void onAuthenticationSucceeded(AuthenticationResult result) { in onAuthenticationSucceeded()
1064 final AuthenticationResult result = in sendAuthenticatedSucceeded()
1065 new AuthenticationResult(mCryptoObject, face, userId); in sendAuthenticatedSucceeded()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java138 static class AuthenticationResult { class in SyntheticPasswordManager
860 public AuthenticationResult unwrapPasswordBasedSyntheticPassword(IGateKeeperService gatekeeper, in unwrapPasswordBasedSyntheticPassword()
866 AuthenticationResult result = new AuthenticationResult(); in unwrapPasswordBasedSyntheticPassword()
940 public @NonNull AuthenticationResult unwrapTokenBasedSyntheticPassword( in unwrapTokenBasedSyntheticPassword()
943 AuthenticationResult result = new AuthenticationResult(); in unwrapTokenBasedSyntheticPassword()
DLockSettingsService.java119 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationResult;
629 AuthenticationResult result = in tryDeriveAuthTokenForUnsecuredPrimaryUser()
2510 final AuthenticationResult authResult; in spBasedDoVerifyCredential()
2673 AuthenticationResult authResult = mSpManager.unwrapPasswordBasedSyntheticPassword( in spBasedSetLockCredentialInternalLocked()
2752 AuthenticationResult auth = mSpManager.unwrapPasswordBasedSyntheticPassword( in getHashFactor()
2868 final AuthenticationResult result; in setLockCredentialWithTokenInternalLocked()
2895 AuthenticationResult authResult; in unlockUserWithToken()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java42 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationResult;
83 AuthenticationResult result = manager.unwrapPasswordBasedSyntheticPassword( in testPasswordBasedSyntheticPassword()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java57 import android.hardware.fingerprint.FingerprintManager.AuthenticationResult;
1107 public void onAuthenticationSucceeded(AuthenticationResult result) {
1139 public void onAuthenticationSucceeded(FaceManager.AuthenticationResult result) {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22843 …AuthenticationSucceeded(Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;)V
22844 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;
22845 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;-><init>()V
22846 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;-><init>(Landroid/hardware…
22847 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getCryptoObject()Landroi…
22848 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getId()Landroid/hardware…
22849 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getUserId()I
22850 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mCryptoObject:Landroid/h…
22851 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mIdentifier:Landroid/har…
22852 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mUserId:I
[all …]
/frameworks/base/api/
Dcurrent.txt16608 …c void onAuthenticationSucceeded(android.hardware.biometrics.BiometricPrompt.AuthenticationResult);
16611 public static class BiometricPrompt.AuthenticationResult {
17557 …id onAuthenticationSucceeded(android.hardware.fingerprint.FingerprintManager.AuthenticationResult);
17560 @Deprecated public static class FingerprintManager.AuthenticationResult {
/frameworks/base/services/
Dart-profile8409 …alProgressCallback;)Lcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationResult;