Searched refs:fpLockedOut (Results 1 – 3 of 3) sorted by relevance
32 var fpLockedOut: Boolean = false, variable in com.android.keyguard.KeyguardActiveUnlockModel49 fpLockedOut.toString(), in <lambda>()75 fpLockedOut = model.fpLockedOut in insert()
2772 final boolean fpLockedOut = isFingerprintLockedOut(); in shouldTriggerActiveUnlock()2781 && !fpLockedOut in shouldTriggerActiveUnlock()2795 fpLockedOut, in shouldTriggerActiveUnlock()
163 .map { (fpLockedOut, _) -> fpLockedOut } in <lambda>() method165 .onEach { (fpLockedOut, currentUser) -> in <lambda>() method166 if (fpLockedOut) { in <lambda>()