Home
last modified time | relevance | path

Searched refs:sendAuthenticationResult (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DCoexCoordinatorTest.java90 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 …]
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DCoexCoordinator.java65 void sendAuthenticationResult(boolean addAuthTokenIfStrong); in sendAuthenticationResult() method
227 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()
H A DAuthenticationClient.java275 public void sendAuthenticationResult(boolean addAuthTokenIfStrong) { in onAuthenticated() method
337 public void sendAuthenticationResult(boolean addAuthTokenIfStrong) { in onAuthenticated() method