Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowLockPatternUtils.java42 private static Map<Integer, PasswordMetrics> sUserToProfileMetricsMap = new HashMap<>(); field in ShadowLockPatternUtils
50 sUserToProfileMetricsMap.clear(); in reset()
133 metrics.maxWith(sUserToProfileMetricsMap.getOrDefault(userId, in getRequestedPasswordMetrics()
144 sUserToProfileMetricsMap.put(UserHandle.myUserId(), metrics); in setRequestedProfilePasswordMetrics()