Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DPasswordSlotManager.java78 public void refreshActiveSlots(Set<Integer> activeSlots) throws RuntimeException { in refreshActiveSlots() argument
80 mActiveSlots = new HashSet<Integer>(activeSlots); in refreshActiveSlots()
97 for (Integer slot : activeSlots) { in refreshActiveSlots()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java826 List<Range<Long>> activeSlots = new ArrayList<>(); in getActiveSlotsForTestShortcut() local
828 activeSlots.addAll( in getActiveSlotsForTestShortcut()
832 return activeSlots; in getActiveSlotsForTestShortcut()
836 List<Range<Long>> activeSlots = new ArrayList<>(); in getActiveSlotsForAppShares() local
838 activeSlots.addAll( in getActiveSlotsForAppShares()
842 return activeSlots; in getActiveSlotsForAppShares()