/aosp14/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 75 mSensorReceiver.onAuthenticationSucceeded(sensorId, token); in onAuthenticationSucceeded() 77 mFaceServiceReceiver.onAuthenticationSucceeded((Face) identifier, userId, in onAuthenticationSucceeded() 80 mFingerprintServiceReceiver.onAuthenticationSucceeded((Fingerprint) identifier, userId, in onAuthenticationSucceeded()
|
H A D | AuthenticationClient.java | 252 listener.onAuthenticationSucceeded(getSensorId(), identifier, byteToken, in onAuthenticated() 255 listener.onAuthenticationSucceeded(getSensorId(), null /* identifier */, in onAuthenticated()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricFingerprintViewTest.kt | 80 biometricView.onAuthenticationSucceeded(BiometricAuthenticator.TYPE_FINGERPRINT) 91 biometricView.onAuthenticationSucceeded(BiometricAuthenticator.TYPE_FINGERPRINT) 134 biometricView.onAuthenticationSucceeded(BiometricAuthenticator.TYPE_FINGERPRINT) 193 biometricView.onAuthenticationSucceeded(BiometricAuthenticator.TYPE_FINGERPRINT)
|
H A D | AuthBiometricFingerprintAndFaceViewTest.kt | 77 biometricView.onAuthenticationSucceeded(TYPE_FINGERPRINT) 88 biometricView.onAuthenticationSucceeded(TYPE_FACE)
|
/aosp14/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 | 532 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType) { 536 mAuthenticationCallback.onAuthenticationSucceeded(result); 916 public void onAuthenticationSucceeded(AuthenticationResult result) {} in onAuthenticationSucceeded() method in BiometricPrompt.AuthenticationCallback
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | IFingerprintServiceReceiver.aidl | 27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
|
H A D | FingerprintServiceReceiver.java | 37 public void onAuthenticationSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FingerprintServiceReceiver
|
H A D | FingerprintManager.java | 410 public void onAuthenticationSucceeded(AuthenticationResult result) { } in onAuthenticationSucceeded() method in FingerprintManager.AuthenticationCallback 1426 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded() 1763 public void onAuthenticationSucceeded(Fingerprint fp, int userId,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricViewAdapter.kt | 30 fun onAuthenticationSucceeded(@BiometricAuthenticator.Modality modality: Int) regex
|
H A D | AuthDialog.java | 122 void onAuthenticationSucceeded(@Modality int modality); in onAuthenticationSucceeded() method
|
H A D | AuthContainerView.java | 740 public void onAuthenticationSucceeded(@Modality int modality) { 742 mBiometricView.onAuthenticationSucceeded(modality);
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceServiceReceiver.aidl | 29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
|
H A D | FaceServiceReceiver.java | 37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FaceServiceReceiver
|
H A D | FaceManager.java | 107 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) { 1053 public void onAuthenticationSucceeded(AuthenticationResult result) { in onAuthenticationSucceeded() method in FaceManager.AuthenticationCallback 1389 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | BiometricTestSessionImpl.java | 78 public void onAuthenticationSucceeded(Fingerprint fp, int userId, 189 mSensor.getSessionForUser(userId).getHalSessionCallback().onAuthenticationSucceeded(fid, in acceptAuthentication()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | BiometricTestSessionImpl.java | 78 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) { 191 mSensor.getSessionForUser(userId).getHalSessionCallback().onAuthenticationSucceeded(fid, in acceptAuthentication()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
H A D | DeviceEntryFaceAuthRepositoryTest.kt | 274 authenticationCallback.value.onAuthenticationSucceeded(successResult) 731 authenticationCallback.value.onAuthenticationSucceeded( 750 authenticationCallback.value.onAuthenticationSucceeded( 775 authenticationCallback.value.onAuthenticationSucceeded( 800 authenticationCallback.value.onAuthenticationSucceeded(
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | BiometricServiceTest.java | 539 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testAuthenticateFace_respectsUserSetting() 556 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testAuthenticateFace_respectsUserSetting() 628 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testAuthenticate_happyPathWithoutConfirmation() 650 verify(mReceiver1).onAuthenticationSucceeded( in testAuthenticate_happyPathWithoutConfirmation() 704 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testAuthenticate_happyPathWithConfirmation() 722 verify(mReceiver1).onAuthenticationSucceeded( in testAuthenticate_happyPathWithConfirmation() 1263 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testDismissedReasonUserCancel_whenPendingConfirmation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | BiometricTestSessionImpl.java | 66 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) {
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | BiometricTestSessionImpl.java | 79 public void onAuthenticationSucceeded(Fingerprint fp, int userId,
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthSession.java | 625 void onAuthenticationSucceeded(int sensorId, boolean strong, byte[] token) { in onAuthenticationSucceeded() method in AuthSession 829 mClientReceiver.onAuthenticationSucceeded( in onDialogDismissed()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
H A D | BiometricViewBinder.kt | 502 override fun onAuthenticationSucceeded(@BiometricAuthenticator.Modality modality: Int) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
H A D | DeviceEntryFaceAuthRepository.kt | 460 override fun onAuthenticationSucceeded(result: FaceManager.AuthenticationResult) {
|