Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DMultiBiometricLockoutState.java61 private Map<Integer, AuthenticatorState> getAuthMapForUser(int userId) { in getAuthMapForUser() method in MultiBiometricLockoutState
69 final Map<Integer, AuthenticatorState> authMap = getAuthMapForUser(userId); in setPermanentLockOut()
86 final Map<Integer, AuthenticatorState> authMap = getAuthMapForUser(userId); in clearPermanentLockOut()
103 final Map<Integer, AuthenticatorState> authMap = getAuthMapForUser(userId); in setTimedLockout()
120 final Map<Integer, AuthenticatorState> authMap = getAuthMapForUser(userId); in clearTimedLockout()
144 final Map<Integer, AuthenticatorState> authMap = getAuthMapForUser(userId); in getLockoutState()