Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DPasswordSlotManager.java58 private Set<Integer> mActiveSlots; field in PasswordSlotManager
80 mActiveSlots = new HashSet<Integer>(activeSlots); in refreshActiveSlots()
183 if (mActiveSlots != null) { in ensureSlotMapLoaded()
184 refreshActiveSlots(mActiveSlots); in ensureSlotMapLoaded()
185 mActiveSlots = null; in ensureSlotMapLoaded()