Searched refs:deviceLockedForUsers (Results 1 – 1 of 1) sorted by relevance
25 private static final Set<Integer> deviceLockedForUsers = new HashSet<Integer>(); field in ShadowKeyguardManager210 deviceLockedForUsers.add(userId); in setIsDeviceLocked()212 deviceLockedForUsers.remove(userId); in setIsDeviceLocked()218 return deviceLockedForUsers.contains(userId); in isDeviceLocked()263 deviceLockedForUsers.clear(); in reset()