Home
last modified time | relevance | path

Searched refs:nextAttempt (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/fingerprint/
Dstorage.cpp216 if (mLockOut.nextAttempt > now) { in authenticate()
220 std::chrono::milliseconds>(mLockOut.nextAttempt - now).count(); in authenticate()
247 mLockOut.nextAttempt = now + std::chrono::seconds(10); in authenticate()
250 mLockOut.nextAttempt = now + std::chrono::seconds(3); in authenticate()
253 mLockOut.nextAttempt = now + std::chrono::milliseconds(500); in authenticate()
274 } else if (now > mLockOut.nextAttempt) { in checkIfLockoutCleared()
Dstorage.h60 std::chrono::steady_clock::time_point nextAttempt; member