Home
last modified time | relevance | path

Searched defs:requireConfirmation (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/log/
DBiometricFrameworkStatsLogger.java65 int authState, boolean requireConfirmation, int targetUserId, float ambientLightLux) { in authenticate()
85 int authState, boolean requireConfirmation, int targetUserId, ALSProbe alsProbe) { in authenticate()
DBiometricLogger.java192 boolean authenticated, boolean requireConfirmation, in logOnAuthenticated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthBiometricFingerprintViewTest.kt229 val requireConfirmation = true in testRestoresState() constant
DAuthControllerTest.java975 boolean requireConfirmation, int userId, int[] sensorIds, in buildDialog()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java1644 IBiometricServiceReceiver receiver, boolean requireConfirmation, in invokeAuthenticateAndStart()
1675 IBiometricServiceReceiver receiver, boolean requireConfirmation, in invokeAuthenticate()
1700 boolean requireConfirmation, in createTestPromptInfo()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClient.java78 boolean restricted, String owner, int cookie, boolean requireConfirmation, int sensorId, in FaceAuthenticationClient()
94 boolean restricted, String owner, int cookie, boolean requireConfirmation, int sensorId, in FaceAuthenticationClient()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricAuthenticator.aidl49 void prepareForAuthentication(boolean requireConfirmation, IBinder token, long operationId, in prepareForAuthentication()
DBiometricPrompt.java278 public Builder setConfirmationRequired(boolean requireConfirmation) { in setConfirmationRequired()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java62 public void prepareForAuthentication(boolean requireConfirmation, IBinder token, in prepareForAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java60 public void prepareForAuthentication(boolean requireConfirmation, IBinder token, in prepareForAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java62 public void prepareForAuthentication(boolean requireConfirmation, IBinder token, in prepareForAuthentication()
DFaceService.java305 public void prepareForAuthentication(int sensorId, boolean requireConfirmation, in prepareForAuthentication()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceAuthenticationClient.java69 boolean restricted, String owner, int cookie, boolean requireConfirmation, int sensorId, in FaceAuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricSensor.java107 void goToStateWaitingForCookie(boolean requireConfirmation, IBinder token, long sessionId, in goToStateWaitingForCookie()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintAuthenticationClient.java72 boolean restricted, @NonNull String owner, int cookie, boolean requireConfirmation, in FingerprintAuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClient.java103 boolean requireConfirmation, in FingerprintAuthenticationClient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java884 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
1218 PromptInfo promptInfo, boolean requireConfirmation, int userId, int[] sensorIds, in buildDialog()
DAuthContainerView.java178 public Builder setRequireConfirmation(boolean requireConfirmation) { in setRequireConfirmation()
DAuthBiometricView.java293 void setRequireConfirmation(boolean requireConfirmation) { in setRequireConfirmation()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java95 int cookie, boolean requireConfirmation, int sensorId, in AuthenticationClient()
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl61 void prepareForAuthentication(int sensorId, boolean requireConfirmation, IBinder token, in prepareForAuthentication()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl158 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, int userId, in showAuthenticationDialog()
DIStatusBarService.aidl123 in int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java317 boolean requireConfirmation, int userId, long operationId, String opPackageName, in showAuthenticationDialog()
949 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java901 int[] sensorIds, boolean credentialAllowed, boolean requireConfirmation, in showAuthenticationDialog()