Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowKeyguardManager.java25 private static final Set<Integer> deviceLockedForUsers = new HashSet<Integer>(); field in ShadowKeyguardManager
210 deviceLockedForUsers.add(userId); in setIsDeviceLocked()
212 deviceLockedForUsers.remove(userId); in setIsDeviceLocked()
218 return deviceLockedForUsers.contains(userId); in isDeviceLocked()
263 deviceLockedForUsers.clear(); in reset()