Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f19e9530 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Default face lockout should be duration==0"

parents 8ef62dea f5405b21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ using android::hardware::biometrics::face::V1_0::OptionalUint64;
constexpr uint64_t kDeviceId = 123;
// Arbitrary value.
constexpr uint64_t kAuthenticatorId = 987;
// Arbitrary value.
constexpr uint64_t kLockoutDuration = 555;
// Not locked out.
constexpr uint64_t kLockoutDuration = 0;

BiometricsFace::BiometricsFace() : mRandom(std::mt19937::default_seed) {}