Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java298 AuthenticationClient.this.handleLifecycleAfterAuth(authenticated); in onAuthenticated()
375 protected abstract void handleLifecycleAfterAuth(boolean authenticated); in handleLifecycleAfterAuth() method in AuthenticationClient
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceAuthenticationClient.java153 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FaceAuthenticationClient
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintAuthenticationClient.java166 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FingerprintAuthenticationClient
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceAuthenticationClient.java209 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FaceAuthenticationClient
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintAuthenticationClient.java196 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FingerprintAuthenticationClient
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerTest.java871 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in BiometricSchedulerTest.TestAuthenticationClient