Home
last modified time | relevance | path

Searched refs:onAuthenticationSucceeded (Results 1 – 25 of 37) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DClientMonitorCallbackConverter.java72 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 DAuthenticationClient.java252 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 DAuthBiometricFingerprintViewTest.kt80 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 DAuthBiometricFingerprintAndFaceViewTest.kt77 biometricView.onAuthenticationSucceeded(TYPE_FINGERPRINT)
88 biometricView.onAuthenticationSucceeded(TYPE_FACE)
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricSensorReceiver.aidl25 void onAuthenticationSucceeded(int sensorId, in byte[] token); in onAuthenticationSucceeded() method
H A DIBiometricServiceReceiver.aidl24 void onAuthenticationSucceeded(int authenticationType); in onAuthenticationSucceeded() method
H A DBiometricPrompt.java532 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 DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
H A DFingerprintServiceReceiver.java37 public void onAuthenticationSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FingerprintServiceReceiver
H A DFingerprintManager.java410 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 DAuthBiometricViewAdapter.kt30 fun onAuthenticationSucceeded(@BiometricAuthenticator.Modality modality: Int) regex
H A DAuthDialog.java122 void onAuthenticationSucceeded(@Modality int modality); in onAuthenticationSucceeded() method
H A DAuthContainerView.java740 public void onAuthenticationSucceeded(@Modality int modality) {
742 mBiometricView.onAuthenticationSucceeded(modality);
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DIFaceServiceReceiver.aidl29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
H A DFaceServiceReceiver.java37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FaceServiceReceiver
H A DFaceManager.java107 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 DBiometricTestSessionImpl.java78 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 DBiometricTestSessionImpl.java78 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 DDeviceEntryFaceAuthRepositoryTest.kt274 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 DBiometricServiceTest.java539 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 DBiometricTestSessionImpl.java66 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) {
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DBiometricTestSessionImpl.java79 public void onAuthenticationSucceeded(Fingerprint fp, int userId,
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java625 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 DBiometricViewBinder.kt502 override fun onAuthenticationSucceeded(@BiometricAuthenticator.Modality modality: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepository.kt460 override fun onAuthenticationSucceeded(result: FaceManager.AuthenticationResult) {

12