Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java287 public void handleLifecycleAfterAuth() { in onAuthenticated() method
330 public void handleLifecycleAfterAuth() { in onAuthenticated() method
460 protected abstract void handleLifecycleAfterAuth(boolean authenticated); in handleLifecycleAfterAuth() method in AuthenticationClient
DCoexCoordinator.java76 void handleLifecycleAfterAuth(); in handleLifecycleAfterAuth() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceAuthenticationClient.java148 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FaceAuthenticationClient
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintAuthenticationClient.java159 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FingerprintAuthenticationClient
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClient.java195 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FingerprintAuthenticationClient
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClient.java189 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() method in FaceAuthenticationClient
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DBiometricSchedulerTest.java550 protected void handleLifecycleAfterAuth(boolean authenticated) {} in handleLifecycleAfterAuth() method in BiometricSchedulerTest.TestAuthenticationClient