Home
last modified time | relevance | path

Searched defs:allowBackgroundAuthentication (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/model/
DBiometricPromptRequest.kt48 val allowBackgroundAuthentication = info.isAllowBackgroundAuthentication constant
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClient.java106 @NonNull LockoutTracker lockoutCache, boolean allowBackgroundAuthentication, in FaceAuthenticationClient()
125 @NonNull LockoutTracker lockoutTracker, boolean allowBackgroundAuthentication, in FaceAuthenticationClient()
DFaceProvider.java550 boolean allowBackgroundAuthentication) { in scheduleAuthenticate()
593 boolean allowBackgroundAuthentication) { in scheduleAuthenticate()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl51 long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DServiceProvider.java97 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate()
102 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate()
DFaceAuthenticator.java65 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication()
DFaceService.java322 boolean allowBackgroundAuthentication) { in prepareForAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DServiceProvider.java91 boolean allowBackgroundAuthentication); in scheduleAuthenticate()
96 boolean restricted, int statsClient, boolean allowBackgroundAuthentication); in scheduleAuthenticate()
DFingerprintAuthenticator.java65 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java62 String opPackageName, long requestId, int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricSensor.java109 long requestId, int cookie, boolean allowBackgroundAuthentication, in goToStateWaitingForCookie()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClient.java112 boolean allowBackgroundAuthentication, in FingerprintAuthenticationClient()
DFingerprintProvider.java556 boolean allowBackgroundAuthentication) { in scheduleAuthenticate()
608 boolean allowBackgroundAuthentication) { in scheduleAuthenticate()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClientTest.java518 boolean allowBackgroundAuthentication, in createClient()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java98 @NonNull LockoutTracker lockoutTracker, boolean allowBackgroundAuthentication, in AuthenticationClient()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClientTest.java719 boolean allowBackgroundAuthentication, boolean isBiometricPrompt, in createClient()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl77 boolean allowBackgroundAuthentication); in prepareForAuthentication()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl79 int cookie, boolean allowBackgroundAuthentication, in prepareForAuthentication()