Home
last modified time | relevance | path

Searched defs:handleLifecycleAfterAuth (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java100 protected abstract void handleLifecycleAfterAuth(boolean authenticated); in handleLifecycleAfterAuth() method in AuthenticationClient
316 public void handleLifecycleAfterAuth() { in onAuthenticated() method
355 public void handleLifecycleAfterAuth() { in onAuthenticated() method
H A DCoexCoordinator.java76 void handleLifecycleAfterAuth(); in handleLifecycleAfterAuth() method
/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
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerTest.java544 protected void handleLifecycleAfterAuth(boolean authenticated) {} in handleLifecycleAfterAuth() method in BiometricSchedulerTest.TestAuthenticationClient