Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceAuthenticationClient.java89 @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 DFaceProvider.java478 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 DBiometricSensor.java109 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 DFaceAuthenticator.java65 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() argument
74 requestId, cookie, allowBackgroundAuthentication); in prepareForAuthentication()
H A DServiceProvider.java96 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument
101 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument
H A DFaceService.java300 boolean allowBackgroundAuthentication) { in prepareForAuthentication() argument
313 allowBackgroundAuthentication); in prepareForAuthentication()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintAuthenticator.java65 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() argument
74 requestId, cookie, allowBackgroundAuthentication, isForLegacyFingerprintManager); in prepareForAuthentication()
H A DServiceProvider.java90 boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument
95 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate() argument
H A DFingerprintService.java467 long requestId, int cookie, boolean allowBackgroundAuthentication,
484 allowBackgroundAuthentication);
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DIBiometricAuthenticator.aidl51 long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() argument
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceAuthenticationClient.java77 @NonNull UsageStats usageStats, boolean allowBackgroundAuthentication, in FaceAuthenticationClient() argument
82 lockoutTracker, allowBackgroundAuthentication, false /* shouldVibrate */, in FaceAuthenticationClient()
H A DFace10.java674 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 DIrisAuthenticator.java62 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 DFingerprintAuthenticationClient.java85 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument
90 isStrongBiometric, taskStackListener, lockoutTracker, allowBackgroundAuthentication, in FingerprintAuthenticationClient()
H A DFingerprint21.java666 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 DAuthenticationClient.java98 @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 DFaceAuthenticationClientTest.java256 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 DFingerprintAuthenticationClient.java114 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient() argument
134 allowBackgroundAuthentication, in FingerprintAuthenticationClient()
H A DFingerprintProvider.java481 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 DIFaceService.aidl74 boolean allowBackgroundAuthentication); in prepareForAuthentication() argument
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl77 int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication() argument
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintAuthenticationClientTest.java450 boolean allowBackgroundAuthentication, ClientMonitorCallbackConverter listener) in createClient() argument
467 mUdfpsOverlayController, mSideFpsController, allowBackgroundAuthentication, in createClient()