Searched refs:handleLifecycleAfterAuth (Results 1 – 8 of 8) sorted by relevance
76 void handleLifecycleAfterAuth(); in handleLifecycleAfterAuth() method122 mCallback.handleLifecycleAfterAuth(); in run()228 callback.handleLifecycleAfterAuth(); in onAuthenticationSucceeded()235 callback.handleLifecycleAfterAuth(); in onAuthenticationSucceeded()241 callback.handleLifecycleAfterAuth(); in onAuthenticationSucceeded()274 callback.handleLifecycleAfterAuth(); in onAuthenticationSucceeded()279 callback.handleLifecycleAfterAuth(); in onAuthenticationSucceeded()287 callback.handleLifecycleAfterAuth(); in onAuthenticationSucceeded()303 callback.handleLifecycleAfterAuth(); in onAuthenticationRejected()360 callback.handleLifecycleAfterAuth(); in onAuthenticationRejected()[all …]
100 protected abstract void handleLifecycleAfterAuth(boolean authenticated); in handleLifecycleAfterAuth() method in AuthenticationClient316 public void handleLifecycleAfterAuth() { in onAuthenticated() method317 AuthenticationClient.this.handleLifecycleAfterAuth(true /* authenticated */); in onAuthenticated()355 public void handleLifecycleAfterAuth() { in onAuthenticated() method356 AuthenticationClient.this.handleLifecycleAfterAuth(false /* authenticated */); in onAuthenticated()
91 verify(mCallback).handleLifecycleAfterAuth(); in testBiometricPrompt_authSuccess()107 verify(mCallback).handleLifecycleAfterAuth(); in testBiometricPrompt_authReject_whenNotLockedOut()123 verify(mCallback).handleLifecycleAfterAuth(); in testBiometricPrompt_authReject_whenLockedOut()138 verify(mCallback).handleLifecycleAfterAuth(); in testKeyguard_faceAuthOnly_success()162 verify(mCallback).handleLifecycleAfterAuth(); in testKeyguard_faceAuth_udfpsNotTouching_faceSuccess()224 verify(mCallback).handleLifecycleAfterAuth(); in testKeyguard_bypass_haptics()332 verify(mCallback).handleLifecycleAfterAuth(); in testKeyguard_udfpsAuthSuccess_whileFaceScanning()355 verify(mCallback).handleLifecycleAfterAuth(); in testKeyguard_faceRejectedWhenUdfpsTouching_thenUdfpsRejected()393 verify(mCallback).handleLifecycleAfterAuth(); in testKeyguard_udfpsRejected_thenFaceRejected_noKeyguardBypass()423 verify(mCallback).handleLifecycleAfterAuth(); in testKeyguard_capacitiveAccepted_whenFaceScanning()[all …]
544 protected void handleLifecycleAfterAuth(boolean authenticated) {} in handleLifecycleAfterAuth() method in BiometricSchedulerTest.TestAuthenticationClient
141 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FaceAuthenticationClient
153 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FingerprintAuthenticationClient
105 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FingerprintAuthenticationClient
154 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FaceAuthenticationClient