Searched refs:activeSlots (Results 1 – 2 of 2) sorted by relevance
76 public void refreshActiveSlots(Set<Integer> activeSlots) throws RuntimeException { in refreshActiveSlots() argument78 mActiveSlots = new HashSet<Integer>(activeSlots); in refreshActiveSlots()95 for (Integer slot : activeSlots) { in refreshActiveSlots()
1668 List<Range<Long>> activeSlots = new ArrayList<>(); in getActiveSlotsForTestShortcut() local1670 activeSlots.addAll( in getActiveSlotsForTestShortcut()1674 return activeSlots; in getActiveSlotsForTestShortcut()1678 List<Range<Long>> activeSlots = new ArrayList<>(); in getActiveSlotsForAppShares() local1680 activeSlots.addAll( in getActiveSlotsForAppShares()1684 return activeSlots; in getActiveSlotsForAppShares()