Searched refs:mMultiBiometricLockoutState (Results 1 – 1 of 1) sorted by relevance
45 private final MultiBiometricLockoutState mMultiBiometricLockoutState; field in AuthSessionCoordinator60 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()