Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthSessionCoordinator.java45 private final MultiBiometricLockoutState mMultiBiometricLockoutState; field in AuthSessionCoordinator
60 mMultiBiometricLockoutState = new MultiBiometricLockoutState(clock); in AuthSessionCoordinator()
89 mMultiBiometricLockoutState.clearPermanentLockOut(mUserId, authenticator); in endAuthSession()
90 mMultiBiometricLockoutState.clearTimedLockout(mUserId, authenticator); in endAuthSession()
92 mMultiBiometricLockoutState.setPermanentLockOut(mUserId, authenticator); in endAuthSession()
94 mMultiBiometricLockoutState.setTimedLockout(mUserId, authenticator); in endAuthSession()
114 return mMultiBiometricLockoutState.getLockoutState(userId, strength); in getLockoutStateFor()
190 mMultiBiometricLockoutState.clearPermanentLockOut(userId, biometricStrength); in resetLockoutFor()
191 mMultiBiometricLockoutState.clearTimedLockout(userId, biometricStrength); in resetLockoutFor()
219 return mRingBuffer + "\n" + mMultiBiometricLockoutState; in toString()