Searched refs:sUserToIsSecureMap (Results 1 – 1 of 1) sorted by relevance
48 private static Map<Integer, Boolean> sUserToIsSecureMap = new HashMap<>(); field in ShadowLockPatternUtils63 sUserToIsSecureMap.clear(); in reset()79 Boolean isSecure = sUserToIsSecureMap.get(userId); in isSecure()87 sUserToIsSecureMap.put(userId, isSecure); in setIsSecure()