Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowLockPatternUtils.java48 private static Map<Integer, Boolean> sUserToIsSecureMap = new HashMap<>(); field in ShadowLockPatternUtils
63 sUserToIsSecureMap.clear(); in reset()
79 Boolean isSecure = sUserToIsSecureMap.get(userId); in isSecure()
87 sUserToIsSecureMap.put(userId, isSecure); in setIsSecure()