/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintAuthenticator.java | 64 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument 67 sensorReceiver, opPackageName, requestId, cookie, allowBackgroundAuthentication); in prepareForAuthentication()
|
H A D | ServiceProvider.java | 104 boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument 109 boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument
|
H A D | FingerprintService.java | 460 long requestId, int cookie, boolean allowBackgroundAuthentication) { in prepareForAuthentication() argument 473 allowBackgroundAuthentication); in prepareForAuthentication()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceAuthenticator.java | 64 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument 68 allowBackgroundAuthentication); in prepareForAuthentication()
|
H A D | ServiceProvider.java | 113 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled); in scheduleAuthenticate() argument 118 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled); in scheduleAuthenticate() argument
|
H A D | FaceService.java | 314 int cookie, boolean allowBackgroundAuthentication) { in prepareForAuthentication() argument 328 allowBackgroundAuthentication, isKeyguardBypassEnabled); in prepareForAuthentication()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricSensor.java | 111 long requestId, int cookie, boolean allowBackgroundAuthentication) in goToStateWaitingForCookie() argument 116 allowBackgroundAuthentication); in goToStateWaitingForCookie()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 67 @NonNull UsageStats usageStats, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument 72 lockoutTracker, allowBackgroundAuthentication, true /* shouldVibrate */, in FaceAuthenticationClient()
|
H A D | Face10.java | 631 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled) { in scheduleAuthenticate() argument 640 allowBackgroundAuthentication, isKeyguardBypassEnabled); in scheduleAuthenticate() 649 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled) { in scheduleAuthenticate() argument 654 allowBackgroundAuthentication, isKeyguardBypassEnabled); in scheduleAuthenticate()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintAuthenticationClient.java | 72 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument 77 lockoutTracker, allowBackgroundAuthentication, true /* shouldVibrate */, in FingerprintAuthenticationClient()
|
H A D | Fingerprint21.java | 629 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 640 allowBackgroundAuthentication, mSensorProperties); in scheduleAuthenticate() 649 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 653 opPackageName, id, restricted, statsClient, allowBackgroundAuthentication); in scheduleAuthenticate()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintAuthenticationClient.java | 72 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument 77 lockoutCache, allowBackgroundAuthentication, true /* shouldVibrate */, in FingerprintAuthenticationClient()
|
H A D | FingerprintProvider.java | 408 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 416 mUdfpsOverlayController, mSidefpsController, allowBackgroundAuthentication, in scheduleAuthenticate() 426 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 430 opPackageName, id, restricted, statsClient, allowBackgroundAuthentication); in scheduleAuthenticate()
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IBiometricAuthenticator.aidl | 51 long requestId, int cookie, boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceAuthenticationClient.java | 75 @NonNull LockoutCache lockoutCache, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument 80 lockoutCache, allowBackgroundAuthentication, true /* shouldVibrate */, in FaceAuthenticationClient()
|
H A D | FaceProvider.java | 392 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled) { in scheduleAuthenticate() argument 400 allowBackgroundAuthentication, isKeyguardBypassEnabled); in scheduleAuthenticate() 409 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled) { in scheduleAuthenticate() argument 414 allowBackgroundAuthentication, isKeyguardBypassEnabled); in scheduleAuthenticate()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
H A D | IrisAuthenticator.java | 62 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AuthenticationClient.java | 113 @NonNull LockoutTracker lockoutTracker, boolean allowBackgroundAuthentication, in AuthenticationClient() argument 126 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceService.aidl | 64 boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | IFingerprintService.aidl | 71 int cookie, boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
|