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