Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricAuthenticator.java136 class AuthenticationResult { class
145 public AuthenticationResult() { } in AuthenticationResult() method in BiometricAuthenticator.AuthenticationResult
155 public AuthenticationResult(CryptoObject crypto, in AuthenticationResult() method in BiometricAuthenticator.AuthenticationResult
H A DBiometricPrompt.java534 final AuthenticationResult result =
535 new AuthenticationResult(mCryptoObject, authenticationType);
852 public static class AuthenticationResult extends BiometricAuthenticator.AuthenticationResult { class in BiometricPrompt
859 public AuthenticationResult(CryptoObject crypto, in AuthenticationResult() method in BiometricPrompt.AuthenticationResult
916 public void onAuthenticationSucceeded(AuthenticationResult result) {} in onAuthenticationSucceeded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
H A DFaceAuthenticationModels.kt30 val successResult: FaceManager.AuthenticationResult,
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java185 static class AuthenticationResult { class in SyntheticPasswordManager
1309 public AuthenticationResult unlockLskfBasedProtector(IGateKeeperService gatekeeper, in unlockLskfBasedProtector()
1312 AuthenticationResult result = new AuthenticationResult(); in unlockLskfBasedProtector()
1480 public @NonNull AuthenticationResult unlockTokenBasedProtector( in unlockTokenBasedProtector()
1492 public @NonNull AuthenticationResult unlockStrongTokenBasedProtector( in unlockStrongTokenBasedProtector()
1502 public @NonNull AuthenticationResult unlockWeakTokenBasedProtector( in unlockWeakTokenBasedProtector()
1508 private @NonNull AuthenticationResult unlockTokenBasedProtectorInternal( in unlockTokenBasedProtectorInternal()
1511 AuthenticationResult result = new AuthenticationResult(); in unlockTokenBasedProtectorInternal()
H A DLockSettingsService.java150 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationResult;
1028 AuthenticationResult result = mSpManager.unlockLskfBasedProtector( in migrateUserToSpWithBoundCeKeyLocked()
1709 AuthenticationResult authResult = mSpManager.unlockLskfBasedProtector( in setLockCredentialInternal()
1908 AuthenticationResult authResult = mSpManager.unlockWeakTokenBasedProtector( in isWeakEscrowTokenValid()
2037 AuthenticationResult result = mSpManager.unlockLskfBasedProtector( in unlockUserKeyIfUnsecured()
2187 final AuthenticationResult authResult; in doVerifyCredential()
3003 AuthenticationResult auth = mSpManager.unlockLskfBasedProtector(
3122 final AuthenticationResult result;
3142 AuthenticationResult authResult;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepositoryTest.kt732 mock(FaceManager.AuthenticationResult::class.java)
751 mock(FaceManager.AuthenticationResult::class.java)
776 mock(FaceManager.AuthenticationResult::class.java)
801 mock(FaceManager.AuthenticationResult::class.java)
1116 private fun successResult() = FaceManager.AuthenticationResult(null, null, primaryUserId, false)
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFillResponseEventLogger.java121 public @interface AuthenticationResult { annotation in FillResponseEventLogger
318 public void maybeSetAuthenticationResult(@AuthenticationResult int val) { in maybeSetAuthenticationResult()
H A DPresentationStatsEventLogger.java125 public @interface AuthenticationResult { annotation in PresentationStatsEventLogger
448 public void maybeSetAuthenticationResult(@AuthenticationResult int val) { in maybeSetAuthenticationResult()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java954 public static class AuthenticationResult { class in FaceManager
967 public AuthenticationResult(CryptoObject crypto, Face face, int userId, in AuthenticationResult() method in FaceManager.AuthenticationResult
1053 public void onAuthenticationSucceeded(AuthenticationResult result) { in onAuthenticationSucceeded()
1387 final AuthenticationResult result = in sendAuthenticatedSucceeded()
1388 new AuthenticationResult(mCryptoObject, face, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java323 public static class AuthenticationResult { class in FingerprintManager
336 public AuthenticationResult(CryptoObject crypto, Fingerprint fingerprint, int userId, in AuthenticationResult() method in FingerprintManager.AuthenticationResult
410 public void onAuthenticationSucceeded(AuthenticationResult result) { } in onAuthenticationSucceeded()
1424 final AuthenticationResult result = in sendAuthenticatedSucceeded()
1425 new AuthenticationResult(mCryptoObject, fp, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DFaceAuthenticationLogger.kt173 fun faceAuthSuccess(result: FaceManager.AuthenticationResult) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java55 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationResult;
97 AuthenticationResult result = manager.unlockLskfBasedProtector(mGateKeeperService, in testNoneLskfBasedProtector()
118 AuthenticationResult result = manager.unlockLskfBasedProtector(mGateKeeperService, in testNonNoneLskfBasedProtector()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21UdfpsMock.java28 import android.hardware.fingerprint.FingerprintManager.AuthenticationResult;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepository.kt460 override fun onAuthenticationSucceeded(result: FaceManager.AuthenticationResult) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java114 import android.hardware.fingerprint.FingerprintManager.AuthenticationResult;
1519 FaceManager.AuthenticationResult result =
1961 public void onAuthenticationSucceeded(AuthenticationResult result) {
2028 public void onAuthenticationSucceeded(FaceManager.AuthenticationResult result) {
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java395 BiometricPrompt.AuthenticationResult result) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java3296 new FingerprintManager.AuthenticationResult(null, in successfulFingerprintAuth()
3311 new FaceManager.AuthenticationResult(null, null, mCurrentUserId, false)); in triggerSuccessfulFaceAuth()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2703 android.hardware.face.FaceManager$AuthenticationResult
2730 android.hardware.fingerprint.FingerprintManager$AuthenticationResult
H A Dboot-image-profile.txt25487 Landroid/hardware/face/FaceManager$AuthenticationResult;
25514 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2707 android.hardware.face.FaceManager$AuthenticationResult
2734 android.hardware.fingerprint.FingerprintManager$AuthenticationResult
H A Dboot-image-profile.txt35594 Landroid/hardware/face/FaceManager$AuthenticationResult;
35621 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18520 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;-><init>()V
18522 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getCryptoObject()Landroi…
18523 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getId()Landroid/hardware…
18524 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->getUserId()I
18525 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mCryptoObject:Landroid/h…
18526 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mIdentifier:Landroid/har…
18527 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationResult;->mUserId:I
20031 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;->getUserId()I
20032 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;->mCryptoObject:Landroid/hard…
20033 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationResult;->mFingerprint:Landroid/hardw…
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt18348 …c void onAuthenticationSucceeded(android.hardware.biometrics.BiometricPrompt.AuthenticationResult);
18351 public static class BiometricPrompt.AuthenticationResult {
19689 …id onAuthenticationSucceeded(android.hardware.fingerprint.FingerprintManager.AuthenticationResult);
19692 @Deprecated public static class FingerprintManager.AuthenticationResult {