/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintDetectClient.java | 128 public void onAuthenticated(BiometricAuthenticator.Identifier identifier, boolean authenticated, in onAuthenticated() 130 logOnAuthenticated(getContext(), authenticated, false /* requireConfirmation */, in onAuthenticated() local 137 pm.incrementAuthForUser(getTargetUserId(), authenticated); in onAuthenticated() local
|
H A D | FingerprintAuthenticationClient.java | 106 boolean authenticated, ArrayList<Byte> token) { in onAuthenticated() 153 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AuthenticationClient.java | 100 protected abstract void handleLifecycleAfterAuth(boolean authenticated); in handleLifecycleAfterAuth() 182 boolean authenticated, ArrayList<Byte> hardwareAuthToken) { in onAuthenticated() 183 super.logOnAuthenticated(getContext(), authenticated, mRequireConfirmation, in onAuthenticated() local 199 pm.incrementCryptoAuthForUser(getTargetUserId(), authenticated); in onAuthenticated() local 201 pm.incrementAuthForUser(getTargetUserId(), authenticated); in onAuthenticated() local
|
H A D | AuthenticationConsumer.java | 27 void onAuthenticated(BiometricAuthenticator.Identifier identifier, boolean authenticated, in onAuthenticated()
|
H A D | LoggableMonitor.java | 256 protected final void logOnAuthenticated(Context context, boolean authenticated, in logOnAuthenticated()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 141 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() 151 boolean authenticated, ArrayList<Byte> token) { in onAuthenticated()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintAuthenticationClient.java | 105 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() 119 boolean authenticated, ArrayList<Byte> token) { in onAuthenticated()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceAuthenticationClient.java | 154 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() 164 boolean authenticated, ArrayList<Byte> token) { in onAuthenticated()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | UsageStats.java | 47 public AuthenticationEvent(long startTime, long latency, boolean authenticated, int error, in AuthenticationEvent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerController.java | 310 public void dismiss(boolean authenticated, int targetUserId) { in dismiss() 372 public boolean showNextSecurityScreenOrFinish(boolean authenticated, int targetUserId, in showNextSecurityScreenOrFinish()
|
H A D | KeyguardSecurityContainer.java | 184 boolean dismiss(boolean authenticated, int targetUserId, boolean bypassSecondaryLockScreen); in dismiss()
|
H A D | KeyguardUpdateMonitor.java | 412 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated()
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | fingerprint.h | 117 fingerprint_authenticated_t authenticated; member
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | BiometricSchedulerTest.java | 544 protected void handleLifecycleAfterAuth(boolean authenticated) {} in handleLifecycleAfterAuth()
|