Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DPasswordSlotManager.java76 public void refreshActiveSlots(Set<Integer> activeSlots) throws RuntimeException { in refreshActiveSlots() argument
78 mActiveSlots = new HashSet<Integer>(activeSlots); in refreshActiveSlots()
95 for (Integer slot : activeSlots) { in refreshActiveSlots()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java1668 List<Range<Long>> activeSlots = new ArrayList<>(); in getActiveSlotsForTestShortcut() local
1670 activeSlots.addAll( in getActiveSlotsForTestShortcut()
1674 return activeSlots; in getActiveSlotsForTestShortcut()
1678 List<Range<Long>> activeSlots = new ArrayList<>(); in getActiveSlotsForAppShares() local
1680 activeSlots.addAll( in getActiveSlotsForAppShares()
1684 return activeSlots; in getActiveSlotsForAppShares()