Searched refs:sendAuthenticationResult (Results 1 – 3 of 3) sorted by relevance
90 verify(mCallback).sendAuthenticationResult(eq(false) /* addAuthTokenIfStrong */); in testBiometricPrompt_authSuccess()106 verify(mCallback).sendAuthenticationResult(eq(false) /* addAuthTokenIfStrong */); in testBiometricPrompt_authReject_whenNotLockedOut()122 verify(mCallback, never()).sendAuthenticationResult(anyBoolean()); in testBiometricPrompt_authReject_whenLockedOut()137 verify(mCallback).sendAuthenticationResult(eq(true) /* addAuthTokenIfStrong */); in testKeyguard_faceAuthOnly_success()161 verify(mCallback).sendAuthenticationResult(eq(true) /* addAuthTokenIfStrong */); in testKeyguard_faceAuth_udfpsNotTouching_faceSuccess()267 verify(faceCallback, never()).sendAuthenticationResult(anyBoolean()); in testKeyguard_faceAuth_udfpsTouching_faceSuccess()301 verify(faceCallback, never()).sendAuthenticationResult(anyBoolean()); in testKeyguard_faceAuth_udfpsTouching_faceSuccess()305 .sendAuthenticationResult(eq(false) /* addAuthTokenIfStrong */); in testKeyguard_faceAuth_udfpsTouching_faceSuccess()330 verify(mCallback).sendAuthenticationResult(eq(true)); in testKeyguard_udfpsAuthSuccess_whileFaceScanning()461 verify(mCallback).sendAuthenticationResult(eq(false)); in testNonKeyguard_rejectAndNotLockedOut()[all …]
65 void sendAuthenticationResult(boolean addAuthTokenIfStrong); in sendAuthenticationResult() method227 callback.sendAuthenticationResult(false /* addAuthTokenIfStrong */); in onAuthenticationSucceeded()234 callback.sendAuthenticationResult(true /* addAuthTokenIfStrong */); in onAuthenticationSucceeded()240 callback.sendAuthenticationResult(true /* addAuthTokenIfStrong */); in onAuthenticationSucceeded()260 callback.sendAuthenticationResult(true /* addAuthTokenIfStrong */); in onAuthenticationSucceeded()273 callback.sendAuthenticationResult(true /* addAuthTokenIfStrong */); in onAuthenticationSucceeded()278 callback.sendAuthenticationResult(true /* addAuthTokenIfStrong */); in onAuthenticationSucceeded()286 callback.sendAuthenticationResult(true /* addAuthTokenIfStrong */); in onAuthenticationSucceeded()340 auth.mCallback.sendAuthenticationResult(true /* addAuthTokenIfStrong */); in onAuthenticationRejected()374 callback.sendAuthenticationResult(false /* addAuthTokenIfStrong */); in onAuthenticationRejected()
275 public void sendAuthenticationResult(boolean addAuthTokenIfStrong) { in onAuthenticated() method337 public void sendAuthenticationResult(boolean addAuthTokenIfStrong) { in onAuthenticated() method