Home
last modified time | relevance | path

Searched refs:allowBackgroundAuthentication (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java64 String opPackageName, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument
67 sensorReceiver, opPackageName, cookie, allowBackgroundAuthentication); in prepareForAuthentication()
DServiceProvider.java106 boolean allowBackgroundAuthentication, in scheduleAuthenticate() argument
DFingerprintService.java424 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/
DFaceAuthenticator.java64 String opPackageName, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument
67 userId, sensorReceiver, opPackageName, cookie, allowBackgroundAuthentication); in prepareForAuthentication()
DServiceProvider.java113 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled); in scheduleAuthenticate() argument
DFaceService.java313 boolean allowBackgroundAuthentication) { in prepareForAuthentication() argument
326 BiometricsProtoEnums.CLIENT_BIOMETRIC_PROMPT, allowBackgroundAuthentication, in prepareForAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricSensor.java111 int cookie, boolean allowBackgroundAuthentication) in goToStateWaitingForCookie() argument
116 allowBackgroundAuthentication); in goToStateWaitingForCookie()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceAuthenticationClient.java64 @NonNull UsageStats usageStats, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument
69 lockoutTracker, allowBackgroundAuthentication, true /* shouldVibrate */, in FaceAuthenticationClient()
DFace10.java625 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled) { in scheduleAuthenticate() argument
633 statsClient, mLockoutTracker, mUsageStats, allowBackgroundAuthentication, in scheduleAuthenticate()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl51 int cookie, boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintAuthenticationClient.java69 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument
74 lockoutTracker, allowBackgroundAuthentication, true /* shouldVibrate */, in FingerprintAuthenticationClient()
DFingerprint21.java614 boolean allowBackgroundAuthentication, in scheduleAuthenticate() argument
625 allowBackgroundAuthentication, mSensorProperties); in scheduleAuthenticate()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClient.java70 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument
75 lockoutCache, allowBackgroundAuthentication, true /* shouldVibrate */, in FingerprintAuthenticationClient()
DFingerprintProvider.java390 boolean allowBackgroundAuthentication, in scheduleAuthenticate() argument
399 mUdfpsOverlayController, allowBackgroundAuthentication, in scheduleAuthenticate()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java62 String opPackageName, int cookie, boolean allowBackgroundAuthentication) in prepareForAuthentication() argument
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClient.java72 @NonNull LockoutCache lockoutCache, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument
77 lockoutCache, allowBackgroundAuthentication, true /* shouldVibrate */, in FaceAuthenticationClient()
DFaceProvider.java381 boolean allowBackgroundAuthentication, boolean isKeyguardBypassEnabled) { in scheduleAuthenticate() argument
389 allowBackgroundAuthentication, isKeyguardBypassEnabled); in scheduleAuthenticate()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java112 @NonNull LockoutTracker lockoutTracker, boolean allowBackgroundAuthentication, in AuthenticationClient() argument
125 mAllowBackgroundAuthentication = allowBackgroundAuthentication; in AuthenticationClient()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl62 int cookie, boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl69 boolean allowBackgroundAuthentication); in prepareForAuthentication() argument