Home
last modified time | relevance | path

Searched refs:AuthenticationCallback (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java526 private AuthenticationCallback mAuthenticationCallback;
891 public abstract static class AuthenticationCallback extends class in BiometricPrompt
892 BiometricAuthenticator.AuthenticationCallback {
951 @NonNull AuthenticationCallback callback, in authenticateUser()
982 @NonNull AuthenticationCallback callback, in authenticateForOperation()
1039 @NonNull AuthenticationCallback callback) { in authenticate()
1104 @NonNull AuthenticationCallback callback) { in authenticate()
1139 @NonNull AuthenticationCallback callback, in authenticateInternal()
1151 @NonNull AuthenticationCallback callback, in authenticateInternal()
H A DBiometricAuthenticator.java209 abstract class AuthenticationCallback { class
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/biometrics/
H A DBiometricPromptTest.java84 BiometricPrompt.AuthenticationCallback callback = in testCancellationAfterAuthenticationFailed()
85 new BiometricPrompt.AuthenticationCallback() { in testCancellationAfterAuthenticationFailed()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java166 private AuthenticationCallback mAuthenticationCallback;
385 public static abstract class AuthenticationCallback class in FingerprintManager
386 extends BiometricAuthenticator.AuthenticationCallback {
598 int flags, @NonNull AuthenticationCallback callback, @Nullable Handler handler) { in authenticate()
610 @NonNull AuthenticationCallback callback, Handler handler, int userId) { in authenticate()
622 @NonNull AuthenticationCallback callback, Handler handler, int sensorId, int userId, in authenticate()
637 @NonNull AuthenticationCallback callback, @NonNull Handler handler, in authenticate()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java82 @Nullable private AuthenticationCallback mAuthenticationCallback;
208 @NonNull AuthenticationCallback callback, @Nullable Handler handler, int userId) { in authenticate()
236 @NonNull AuthenticationCallback callback, @Nullable Handler handler, in authenticate()
1024 public abstract static class AuthenticationCallback class in FaceManager
1025 extends BiometricAuthenticator.AuthenticationCallback {
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/fingerprint/
H A DFingerprintManagerTest.java74 private FingerprintManager.AuthenticationCallback mAuthCallback;
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/face/
H A DFaceManagerTest.java79 private FaceManager.AuthenticationCallback mAuthCallback;
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21UdfpsMock.java27 import android.hardware.fingerprint.FingerprintManager.AuthenticationCallback;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepository.kt418 object : FaceManager.AuthenticationCallback() {
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java378 final BiometricPrompt.AuthenticationCallback promptCallback =
379 new BiometricPrompt.AuthenticationCallback() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java113 import android.hardware.fingerprint.FingerprintManager.AuthenticationCallback;
1949 final FingerprintManager.AuthenticationCallback mFingerprintAuthenticationCallback
1950 = new AuthenticationCallback() {
2019 final FaceManager.AuthenticationCallback mFaceAuthenticationCallback
2020 = new FaceManager.AuthenticationCallback() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepositoryTest.kt123 private lateinit var authenticationCallback: ArgumentCaptor<FaceManager.AuthenticationCallback>
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java302 private ArgumentCaptor<FaceManager.AuthenticationCallback> mAuthenticationCallbackCaptor;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2404 android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback
2702 android.hardware.face.FaceManager$AuthenticationCallback
2729 android.hardware.fingerprint.FingerprintManager$AuthenticationCallback
H A Dboot-image-profile.txt25188 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;
25486 Landroid/hardware/face/FaceManager$AuthenticationCallback;
25513 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationCallback;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2408 android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback
2706 android.hardware.face.FaceManager$AuthenticationCallback
2733 android.hardware.fingerprint.FingerprintManager$AuthenticationCallback
H A Dboot-image-profile.txt35295 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;
35593 Landroid/hardware/face/FaceManager$AuthenticationCallback;
35620 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationCallback;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18514 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;-><init>()V
18515 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationAcquir…
18516 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…
18517 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationFailed…
18518 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationHelp(I…
18537 Landroid/hardware/biometrics/BiometricPrompt$AuthenticationCallback;->onAuthenticationAcquired(I)V
18538 Landroid/hardware/biometrics/BiometricPrompt$AuthenticationCallback;->onAuthenticationSucceeded(Lan…
18567 …Prompt;->sendError(ILandroid/hardware/biometrics/BiometricPrompt$AuthenticationCallback;Ljava/util…
20028 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationCallback;->onAuthenticationAcquired(…
20029 Landroid/hardware/fingerprint/FingerprintManager$AuthenticationCallback;->onAuthenticationSucceeded…
[all …]
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt18312 ….concurrent.Executor, @NonNull android.hardware.biometrics.BiometricPrompt.AuthenticationCallback);
18313 ….concurrent.Executor, @NonNull android.hardware.biometrics.BiometricPrompt.AuthenticationCallback);
18343 public abstract static class BiometricPrompt.AuthenticationCallback {
18344 ctor public BiometricPrompt.AuthenticationCallback();
19662 …l, int, @NonNull android.hardware.fingerprint.FingerprintManager.AuthenticationCallback, @Nullable…
19684 @Deprecated public abstract static class FingerprintManager.AuthenticationCallback {
19685 ctor @Deprecated public FingerprintManager.AuthenticationCallback();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...