Home
last modified time | relevance | path

Searched refs:authenticationCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt131 private lateinit var authenticationCallback: ArgumentCaptor<FaceManager.AuthenticationCallback> variable in com.android.systemui.deviceentry.data.repository.DeviceEntryFaceAuthRepositoryTest
257 authenticationCallback.value.onAuthenticationSucceeded(successResult) in faceAuthRunsAndProvidesAuthStatusUpdates()
304 authenticationCallback.value.onAuthenticationError( in faceLockoutStatusIsPropagated()
424 authenticationCallback.value.onAuthenticationError( in faceAuthShouldWaitAndRunIfTriggeredWhileCancelling()
494 authenticationCallback.value.onAuthenticationHelp(9, "help msg") in faceHelpMessagesAreIgnoredBasedOnConfig()
495 authenticationCallback.value.onAuthenticationHelp(10, "Ignored help msg") in faceHelpMessagesAreIgnoredBasedOnConfig()
496 authenticationCallback.value.onAuthenticationHelp(11, "Ignored help msg") in faceHelpMessagesAreIgnoredBasedOnConfig()
748 authenticationCallback.value.onAuthenticationFailed() in isAuthenticatedIsFalseWhenFaceAuthFails()
761 authenticationCallback.value.onAuthenticationError(-1, "some error") in isAuthenticatedIsFalseWhenFaceAuthErrorsOut()
774 authenticationCallback.value.onAuthenticationSucceeded( in isAuthenticatedIsResetToFalseWhenDeviceStartsGoingToSleep()
[all …]
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintCallback.java72 FingerprintCallback(@NonNull AuthenticationCallback authenticationCallback, in FingerprintCallback() argument
74 mAuthenticationCallback = authenticationCallback; in FingerprintCallback()
/frameworks/base/core/java/android/hardware/face/
DFaceCallback.java70 FaceCallback(AuthenticationCallback authenticationCallback, CryptoObject cryptoObject) { in FaceCallback() argument
71 mAuthenticationCallback = authenticationCallback; in FaceCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java393 final BiometricPrompt.AuthenticationCallback authenticationCallback = in debugBiometricPrompt() local
406 authenticationCallback); in debugBiometricPrompt()