Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/face/aidl/default/
DFakeLockoutTracker.cpp41 bool timedLockoutenabled = Face::cfg().get<bool>("lockout_timed_enable"); in addFailedAttempt() local
54 } else if (timedLockoutenabled && mTimedFailedCount >= lockoutTimedThreshold) { in addFailedAttempt()