/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IBiometricSensorReceiver.aidl | 25 void onAuthenticationSucceeded(int sensorId, in byte[] token); in onAuthenticationSucceeded() method
|
H A D | IBiometricServiceReceiver.aidl | 24 void onAuthenticationSucceeded(int authenticationType); in onAuthenticationSucceeded() method
|
H A D | BiometricPrompt.java | 827 public void onAuthenticationSucceeded(AuthenticationResult result) {} in onAuthenticationSucceeded() method in BiometricPrompt.AuthenticationCallback
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintServiceReceiver.java | 37 public void onAuthenticationSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FingerprintServiceReceiver
|
H A D | IFingerprintServiceReceiver.aidl | 27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/1/android/hardware/biometrics/fingerprint/ |
H A D | ISessionCallback.aidl | 42 …void onAuthenticationSucceeded(in int enrollmentId, in android.hardware.keymaster.HardwareAuthToke… in onAuthenticationSucceeded() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/aidl_api/android.hardware.biometrics.fingerprint/current/android/hardware/biometrics/fingerprint/ |
H A D | ISessionCallback.aidl | 42 …void onAuthenticationSucceeded(in int enrollmentId, in android.hardware.keymaster.HardwareAuthToke… in onAuthenticationSucceeded() method
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/android/hardware/biometrics/fingerprint/ |
H A D | ISessionCallback.aidl | 97 void onAuthenticationSucceeded(in int enrollmentId, in HardwareAuthToken hat); in onAuthenticationSucceeded() method
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
H A D | FingerprintAuthenticateSidecar.java | 40 void onAuthenticationSucceeded(AuthenticationResult result); in onAuthenticationSucceeded() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/ |
H A D | ISessionCallback.aidl | 43 …void onAuthenticationSucceeded(in int enrollmentId, in android.hardware.keymaster.HardwareAuthToke… in onAuthenticationSucceeded() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/ |
H A D | ISessionCallback.aidl | 43 …void onAuthenticationSucceeded(in int enrollmentId, in android.hardware.keymaster.HardwareAuthToke… in onAuthenticationSucceeded() method
|
/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/ |
H A D | ISessionCallback.aidl | 105 void onAuthenticationSucceeded(in int enrollmentId, in HardwareAuthToken hat); in onAuthenticationSucceeded() method
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceServiceReceiver.java | 37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FaceServiceReceiver
|
H A D | IFaceServiceReceiver.aidl | 29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
|
H A D | FaceManager.java | 932 public void onAuthenticationSucceeded(AuthenticationResult result) { in onAuthenticationSucceeded() method in FaceManager.AuthenticationCallback
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthDialog.java | 116 void onAuthenticationSucceeded(); in onAuthenticationSucceeded() method
|
H A D | AuthBiometricView.java | 539 public void onAuthenticationSucceeded() { in onAuthenticationSucceeded() method in AuthBiometricView
|
H A D | AuthContainerView.java | 653 public void onAuthenticationSucceeded() { in onAuthenticationSucceeded() method in AuthContainerView
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | ClientMonitorCallbackConverter.java | 72 void onAuthenticationSucceeded(int sensorId, BiometricAuthenticator.Identifier identifier, in onAuthenticationSucceeded() method in ClientMonitorCallbackConverter
|
H A D | CoexCoordinator.java | 221 public void onAuthenticationSucceeded(long currentTimeMillis, in onAuthenticationSucceeded() method in CoexCoordinator
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/vts/ |
H A D | VtsHalBiometricsFingerprintTargetTest.cpp | 71 ndk::ScopedAStatus onAuthenticationSucceeded( in onAuthenticationSucceeded() function in aidl::android::hardware::biometrics::fingerprint::__anon7a2bb6ca0110::SessionCallback
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | Sensor.java | 255 public void onAuthenticationSucceeded(int enrollmentId, HardwareAuthToken hat) { in onAuthenticationSucceeded() method in Sensor.HalSessionCallback
|
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/ |
H A D | VtsHalBiometricsFaceTargetTest.cpp | 77 ndk::ScopedAStatus onAuthenticationSucceeded( in onAuthenticationSucceeded() function in aidl::android::hardware::biometrics::face::__anona50205b80110::SessionCallback
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | Sensor.java | 275 public void onAuthenticationSucceeded(int enrollmentId, HardwareAuthToken hat) { in onAuthenticationSucceeded() method in Sensor.HalSessionCallback
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthSession.java | 584 void onAuthenticationSucceeded(int sensorId, boolean strong, in onAuthenticationSucceeded() method in AuthSession
|