Searched refs:lockOutMap (Results 1 – 1 of 1) sorted by relevance
51 Map<Integer, AuthenticatorState> lockOutMap = new HashMap<>(); in createUnlockedMap() local52 lockOutMap.put(BIOMETRIC_STRONG, in createUnlockedMap()54 lockOutMap.put(BIOMETRIC_WEAK, in createUnlockedMap()56 lockOutMap.put(BIOMETRIC_CONVENIENCE, in createUnlockedMap()58 return lockOutMap; in createUnlockedMap()