Home
last modified time | relevance | path

Searched refs:handleLifecycleAfterAuth (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DCoexCoordinator.java76 void handleLifecycleAfterAuth(); in handleLifecycleAfterAuth() method
122 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 …]
H A DAuthenticationClient.java100 protected abstract void handleLifecycleAfterAuth(boolean authenticated); in handleLifecycleAfterAuth() method in AuthenticationClient
316 public void handleLifecycleAfterAuth() { in onAuthenticated() method
317 AuthenticationClient.this.handleLifecycleAfterAuth(true /* authenticated */); in onAuthenticated()
355 public void handleLifecycleAfterAuth() { in onAuthenticated() method
356 AuthenticationClient.this.handleLifecycleAfterAuth(false /* authenticated */); in onAuthenticated()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DCoexCoordinatorTest.java91 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 …]
H A DBiometricSchedulerTest.java544 protected void handleLifecycleAfterAuth(boolean authenticated) {} in handleLifecycleAfterAuth() method in BiometricSchedulerTest.TestAuthenticationClient
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceAuthenticationClient.java141 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FaceAuthenticationClient
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintAuthenticationClient.java153 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FingerprintAuthenticationClient
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintAuthenticationClient.java105 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FingerprintAuthenticationClient
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceAuthenticationClient.java154 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FaceAuthenticationClient