Home
last modified time | relevance | path

Searched refs:AuthenticationResult (Results 1 – 13 of 13) 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.java337 final AuthenticationResult result = new AuthenticationResult(mCryptoObject);
447 public static class AuthenticationResult extends BiometricAuthenticator.AuthenticationResult { class in BiometricPrompt
453 public AuthenticationResult(CryptoObject crypto) { in AuthenticationResult() method in BiometricPrompt.AuthenticationResult
498 public void onAuthenticationSucceeded(AuthenticationResult result) {} in onAuthenticationSucceeded()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java741 public static class AuthenticationResult { class in FaceManager
753 public AuthenticationResult(CryptoObject crypto, Face face, int userId) { in AuthenticationResult() method in FaceManager.AuthenticationResult
826 public void onAuthenticationSucceeded(AuthenticationResult result) { in onAuthenticationSucceeded()
1066 final AuthenticationResult result = in sendAuthenticatedSucceeded()
1067 new AuthenticationResult(mCryptoObject, face, userId); in sendAuthenticatedSucceeded()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java169 public static class AuthenticationResult { class in FingerprintManager
181 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId) { in AuthenticationResult() method in FingerprintManager.AuthenticationResult
244 public void onAuthenticationSucceeded(AuthenticationResult result) { } in onAuthenticationSucceeded()
851 final AuthenticationResult result = in sendAuthenticatedSucceeded()
852 new AuthenticationResult(mCryptoObject, fp, 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;
653 AuthenticationResult result = in tryDeriveAuthTokenForUnsecuredPrimaryUser()
2575 final AuthenticationResult authResult; in spBasedDoVerifyCredential()
2735 AuthenticationResult authResult = mSpManager.unwrapPasswordBasedSyntheticPassword( in spBasedSetLockCredentialInternalLocked()
2814 AuthenticationResult auth = mSpManager.unwrapPasswordBasedSyntheticPassword( in getHashFactor()
2929 final AuthenticationResult result; in setLockCredentialWithTokenInternalLocked()
2956 AuthenticationResult authResult; in unlockUserWithToken()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java49 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationResult;
84 AuthenticationResult result = manager.unwrapPasswordBasedSyntheticPassword( in testPasswordBasedSyntheticPassword()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java64 import android.hardware.fingerprint.FingerprintManager.AuthenticationResult;
1200 public void onAuthenticationSucceeded(AuthenticationResult result) {
1232 public void onAuthenticationSucceeded(FaceManager.AuthenticationResult result) {
/frameworks/base/api/
Dlint-baseline.txt454 HiddenSuperclass: android.hardware.biometrics.BiometricPrompt.AuthenticationResult:
Dcurrent.txt16625 …c void onAuthenticationSucceeded(android.hardware.biometrics.BiometricPrompt.AuthenticationResult);
16628 public static class BiometricPrompt.AuthenticationResult {
17576 …id onAuthenticationSucceeded(android.hardware.fingerprint.FingerprintManager.AuthenticationResult);
17579 @Deprecated public static class FingerprintManager.AuthenticationResult {
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt21406 …AuthenticationSucceeded(Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;)V
21407 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;-><init>()V
21408 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;-><init>(Landroid/hardware…
21409 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getCryptoObject()Landroi…
21410 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getId()Landroid/hardware…
21411 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getUserId()I
21412 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mCryptoObject:Landroid/h…
21413 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mIdentifier:Landroid/har…
21414 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mUserId:I
21425 …AuthenticationSucceeded(Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;)V
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt16625 …c void onAuthenticationSucceeded(android.hardware.biometrics.BiometricPrompt.AuthenticationResult);
16628 public static class BiometricPrompt.AuthenticationResult {
17576 …id onAuthenticationSucceeded(android.hardware.fingerprint.FingerprintManager.AuthenticationResult);
17579 @Deprecated public static class FingerprintManager.AuthenticationResult {
/frameworks/base/services/
Dart-profile8409 …alProgressCallback;)Lcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationResult;