Home
last modified time | relevance | path

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

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