Searched refs:authenticationCallback (Results 1 – 4 of 4) sorted by relevance
131 private lateinit var authenticationCallback: ArgumentCaptor<FaceManager.AuthenticationCallback> variable in com.android.systemui.deviceentry.data.repository.DeviceEntryFaceAuthRepositoryTest257 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 …]
72 FingerprintCallback(@NonNull AuthenticationCallback authenticationCallback, in FingerprintCallback() argument74 mAuthenticationCallback = authenticationCallback; in FingerprintCallback()
70 FaceCallback(AuthenticationCallback authenticationCallback, CryptoObject cryptoObject) { in FaceCallback() argument71 mAuthenticationCallback = authenticationCallback; in FaceCallback()
393 final BiometricPrompt.AuthenticationCallback authenticationCallback = in debugBiometricPrompt() local406 authenticationCallback); in debugBiometricPrompt()