/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintAuthenticator.java | 64 String opPackageName, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument 67 sensorReceiver, opPackageName, cookie, allowBackgroundAuthentication); in prepareForAuthentication()
|
D | ServiceProvider.java | 106 boolean allowBackgroundAuthentication, in scheduleAuthenticate() argument
|
D | FingerprintService.java | 424 int cookie, boolean allowBackgroundAuthentication) { in prepareForAuthentication() argument 436 BiometricsProtoEnums.CLIENT_BIOMETRIC_PROMPT, allowBackgroundAuthentication, in prepareForAuthentication()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | FaceAuthenticator.java | 64 String opPackageName, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument 67 userId, sensorReceiver, opPackageName, cookie, allowBackgroundAuthentication); in prepareForAuthentication()
|
D | ServiceProvider.java | 113 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled); in scheduleAuthenticate() argument
|
D | FaceService.java | 313 boolean allowBackgroundAuthentication) { in prepareForAuthentication() argument 326 BiometricsProtoEnums.CLIENT_BIOMETRIC_PROMPT, allowBackgroundAuthentication, in prepareForAuthentication()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricSensor.java | 111 int cookie, boolean allowBackgroundAuthentication) in goToStateWaitingForCookie() argument 116 allowBackgroundAuthentication); in goToStateWaitingForCookie()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
D | FaceAuthenticationClient.java | 64 @NonNull UsageStats usageStats, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument 69 lockoutTracker, allowBackgroundAuthentication, true /* shouldVibrate */, in FaceAuthenticationClient()
|
D | Face10.java | 625 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled) { in scheduleAuthenticate() argument 633 statsClient, mLockoutTracker, mUsageStats, allowBackgroundAuthentication, in scheduleAuthenticate()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | IBiometricAuthenticator.aidl | 51 int cookie, boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
D | FingerprintAuthenticationClient.java | 69 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument 74 lockoutTracker, allowBackgroundAuthentication, true /* shouldVibrate */, in FingerprintAuthenticationClient()
|
D | Fingerprint21.java | 614 boolean allowBackgroundAuthentication, in scheduleAuthenticate() argument 625 allowBackgroundAuthentication, mSensorProperties); in scheduleAuthenticate()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintAuthenticationClient.java | 70 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument 75 lockoutCache, allowBackgroundAuthentication, true /* shouldVibrate */, in FingerprintAuthenticationClient()
|
D | FingerprintProvider.java | 390 boolean allowBackgroundAuthentication, in scheduleAuthenticate() argument 399 mUdfpsOverlayController, allowBackgroundAuthentication, in scheduleAuthenticate()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
D | IrisAuthenticator.java | 62 String opPackageName, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceAuthenticationClient.java | 72 @NonNull LockoutCache lockoutCache, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument 77 lockoutCache, allowBackgroundAuthentication, true /* shouldVibrate */, in FaceAuthenticationClient()
|
D | FaceProvider.java | 381 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled) { in scheduleAuthenticate() argument 389 allowBackgroundAuthentication, isKeyguardBypassEnabled); in scheduleAuthenticate()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | AuthenticationClient.java | 112 @NonNull LockoutTracker lockoutTracker, boolean allowBackgroundAuthentication, in AuthenticationClient() argument 125 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceService.aidl | 62 int cookie, boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintService.aidl | 69 boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
|