Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dstorage.h55 struct LockOut { struct
56 enum class State {
60 std::chrono::steady_clock::time_point nextAttempt;
61 std::chrono::steady_clock::time_point expiration;
62 int failedAttempts = 0;
63 State state = State::NO;