Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DClientMonitorCallbackConverter.java92 void onAuthenticationSucceeded(int sensorId, BiometricAuthenticator.Identifier identifier, in onAuthenticationSucceeded() method in ClientMonitorCallbackConverter
95 mSensorReceiver.onAuthenticationSucceeded(sensorId, token); in onAuthenticationSucceeded()
97 mFaceServiceReceiver.onAuthenticationSucceeded((Face) identifier, userId, in onAuthenticationSucceeded()
100 mFingerprintServiceReceiver.onAuthenticationSucceeded((Fingerprint) identifier, userId, in onAuthenticationSucceeded()
DAuthenticationStateListeners.java165 public void onAuthenticationSucceeded(AuthenticationSucceededInfo authInfo) { in onAuthenticationSucceeded() method in AuthenticationStateListeners
168 listener.onAuthenticationSucceeded(authInfo); in onAuthenticationSucceeded()
DAuthenticationClient.java264 listener.onAuthenticationSucceeded(getSensorId(), identifier, byteToken, in onAuthenticated()
267 listener.onAuthenticationSucceeded(getSensorId(), null /* identifier */, in onAuthenticated()
/frameworks/base/core/java/com/android/internal/widget/
DLockSettingsStateListener.java29 void onAuthenticationSucceeded(int userId); in onAuthenticationSucceeded() method
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricServiceReceiver.aidl24 void onAuthenticationSucceeded(int authenticationType); in onAuthenticationSucceeded() method
DIBiometricSensorReceiver.aidl25 void onAuthenticationSucceeded(int sensorId, in byte[] token); in onAuthenticationSucceeded() method
DAuthenticationStateListener.aidl73 void onAuthenticationSucceeded(in AuthenticationSucceededInfo authInfo); in onAuthenticationSucceeded() method
DBiometricPrompt.java726 public void onAuthenticationSucceeded(@AuthenticationResultType int authenticationType) {
730 mAuthenticationCallback.onAuthenticationSucceeded(result);
1243 public void onAuthenticationSucceeded(AuthenticationResult result) {} in onAuthenticationSucceeded() method in BiometricPrompt.AuthenticationCallback
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
DFingerprintServiceReceiver.java37 public void onAuthenticationSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FingerprintServiceReceiver
DFingerprintCallback.java166 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
/frameworks/base/services/tests/servicestests/src/com/android/server/security/authenticationpolicy/
DAuthenticationPolicyServiceTest.java171 mLockSettingsStateListenerCaptor.getValue().onAuthenticationSucceeded(PRIMARY_USER_ID); in testReportAuthAttempt_primaryAuthSucceeded()
221 mAuthenticationStateListenerCaptor.getValue().onAuthenticationSucceeded( in testReportAuthAttempt_biometricAuthSucceeded()
301 mLockSettingsStateListenerCaptor.getValue().onAuthenticationSucceeded(PRIMARY_USER_ID); in testReportAuthAttempt_biometricAuthFailedThenPrimaryAuthSucceeded()
316 mAuthenticationStateListenerCaptor.getValue().onAuthenticationSucceeded( in testReportAuthAttempt_primaryAuthFailedThenBiometricAuthSucceeded()
/frameworks/base/core/java/android/hardware/face/
DIFaceServiceReceiver.aidl29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() method
DFaceServiceReceiver.java37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() method in FaceServiceReceiver
DFaceCallback.java234 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DHidlToAidlCallbackConverter.java63 mAidlResponseHandler.onAuthenticationSucceeded(fingerId, in onAuthenticated()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlCallbackConverter.java55 mAidlResponseHandler.onAuthenticationSucceeded(faceId, in onAuthenticated()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DBiometricTestSessionImpl.java80 public void onAuthenticationSucceeded(Fingerprint fp, int userId,
220 mSensor.getSessionForUser(userId).getHalSessionCallback().onAuthenticationSucceeded(fid, in acceptAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DBiometricTestSessionImpl.java83 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) {
225 mSensor.getSessionForUser(userId).getHalSessionCallback().onAuthenticationSucceeded(fid, in acceptAuthentication()
/frameworks/base/services/core/java/com/android/server/security/authenticationpolicy/
DAuthenticationPolicyService.java135 public void onAuthenticationSucceeded(int userId) {
176 public void onAuthenticationSucceeded(AuthenticationSucceededInfo authInfo) {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt242 authenticationCallback.value.onAuthenticationSucceeded(successResult) in faceAuthRunsAndProvidesAuthStatusUpdates()
792 authenticationCallback.value.onAuthenticationSucceeded( in isAuthenticatedIsResetToFalseWhenDeviceStartsGoingToSleep()
811 authenticationCallback.value.onAuthenticationSucceeded( in isAuthenticatedIsResetToFalseWhenDeviceGoesToSleep()
830 authenticationCallback.value.onAuthenticationSucceeded( in isAuthenticatedIsResetToFalseWhenUserIsSwitching()
853 authenticationCallback.value.onAuthenticationSucceeded( in isAuthenticatedIsResetToFalseWhenFinishedTransitioningToGoneAndStatusBarStateShade()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBiometricHandler.kt353 override fun onAuthenticationSucceeded( in setupBiometricAuthenticationCallback() method
356 super.onAuthenticationSucceeded(authResult) in setupBiometricAuthenticationCallback()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthSessionTest.java728 session.onAuthenticationSucceeded(1, true, null); in onAuthReceivedWhileWaitingForConfirmation_SFPS()
737 session.onAuthenticationSucceeded(0, true, null); in onAuthReceivedWhileWaitingForConfirmation_SFPS()
757 session.onAuthenticationSucceeded(1, true, new byte[1]); in onDialogDismissedResetLockout_Confirmed()
781 session.onAuthenticationSucceeded(1, true, new byte[1]); in onDialogDismissedResetLockout_Cancelled()
DBiometricServiceTest.java618 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testAuthenticateFace_respectsUserSetting()
635 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testAuthenticateFace_respectsUserSetting()
708 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testAuthenticate_happyPathWithoutConfirmation()
730 verify(mReceiver1).onAuthenticationSucceeded( in testAuthenticate_happyPathWithoutConfirmation()
784 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testAuthenticate_happyPathWithConfirmation()
802 verify(mReceiver1).onAuthenticationSucceeded( in testAuthenticate_happyPathWithConfirmation()
1343 mBiometricService.mAuthSession.mSensorReceiver.onAuthenticationSucceeded( in testDismissedReasonUserCancel_whenPendingConfirmation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt158 override fun onAuthenticationSucceeded( in <lambda>() method

12