/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceAuthenticationClient.java | 89 @NonNull LockoutCache lockoutCache, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument 93 isStrongBiometric, usageStats, lockoutCache, allowBackgroundAuthentication, in FaceAuthenticationClient() 106 @NonNull LockoutCache lockoutCache, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument 112 allowBackgroundAuthentication, false /* shouldVibrate */, in FaceAuthenticationClient()
|
H A D | FaceProvider.java | 478 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 491 allowBackgroundAuthentication, Utils.getCurrentStrength(sensorId)); in scheduleAuthenticate() 514 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 518 options, id, restricted, statsClient, allowBackgroundAuthentication); in scheduleAuthenticate()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricSensor.java | 109 long requestId, int cookie, boolean allowBackgroundAuthentication, in goToStateWaitingForCookie() argument 115 allowBackgroundAuthentication, isForLegacyFingerprintManager); in goToStateWaitingForCookie()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceAuthenticator.java | 65 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() argument 74 requestId, cookie, allowBackgroundAuthentication); in prepareForAuthentication()
|
H A D | ServiceProvider.java | 96 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument 101 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument
|
H A D | FaceService.java | 300 boolean allowBackgroundAuthentication) { in prepareForAuthentication() argument 313 allowBackgroundAuthentication); in prepareForAuthentication()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintAuthenticator.java | 65 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() argument 74 requestId, cookie, allowBackgroundAuthentication, isForLegacyFingerprintManager); in prepareForAuthentication()
|
H A D | ServiceProvider.java | 90 boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument 95 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument
|
H A D | FingerprintService.java | 467 long requestId, int cookie, boolean allowBackgroundAuthentication, 484 allowBackgroundAuthentication);
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IBiometricAuthenticator.aidl | 51 long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 77 @NonNull UsageStats usageStats, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument 82 lockoutTracker, allowBackgroundAuthentication, false /* shouldVibrate */, in FaceAuthenticationClient()
|
H A D | Face10.java | 674 int statsClient, boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 686 mUsageStats, allowBackgroundAuthentication, in scheduleAuthenticate() 696 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 700 options, id, restricted, statsClient, allowBackgroundAuthentication); in scheduleAuthenticate()
|
/aosp14/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
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintAuthenticationClient.java | 85 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument 90 isStrongBiometric, taskStackListener, lockoutTracker, allowBackgroundAuthentication, in FingerprintAuthenticationClient()
|
H A D | Fingerprint21.java | 666 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 679 allowBackgroundAuthentication, mSensorProperties, in scheduleAuthenticate() 689 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 693 options, id, restricted, statsClient, allowBackgroundAuthentication); in scheduleAuthenticate()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AuthenticationClient.java | 98 @NonNull LockoutTracker lockoutTracker, boolean allowBackgroundAuthentication, in AuthenticationClient() argument 111 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceAuthenticationClientTest.java | 256 boolean allowBackgroundAuthentication) throws RemoteException { in createClient() argument 273 mUsageStats, null /* mLockoutCache */, allowBackgroundAuthentication, in createClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintAuthenticationClient.java | 114 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument 134 allowBackgroundAuthentication, in FingerprintAuthenticationClient()
|
H A D | FingerprintProvider.java | 481 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 495 allowBackgroundAuthentication, in scheduleAuthenticate() 528 boolean allowBackgroundAuthentication) { in scheduleAuthenticate() argument 532 options, id, restricted, statsClient, allowBackgroundAuthentication); in scheduleAuthenticate()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceService.aidl | 74 boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | IFingerprintService.aidl | 77 int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() argument
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintAuthenticationClientTest.java | 450 boolean allowBackgroundAuthentication, ClientMonitorCallbackConverter listener) in createClient() argument 467 mUdfpsOverlayController, mSideFpsController, allowBackgroundAuthentication, in createClient()
|