Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dstorage.cpp236 const int failedAttempts = in authenticate() local
238 ? 1 : ++mLockOut.failedAttempts; in authenticate()
240 if (failedAttempts >= 10) { in authenticate()
246 if (failedAttempts >= 5) { in authenticate()
249 } else if (failedAttempts >= 3) { in authenticate()
Dstorage.h62 int failedAttempts = 0; member