Searched refs:activeSlots (Results 1 – 2 of 2) sorted by relevance
78 public void refreshActiveSlots(Set<Integer> activeSlots) throws RuntimeException { in refreshActiveSlots() argument80 mActiveSlots = new HashSet<Integer>(activeSlots); in refreshActiveSlots()97 for (Integer slot : activeSlots) { in refreshActiveSlots()
826 List<Range<Long>> activeSlots = new ArrayList<>(); in getActiveSlotsForTestShortcut() local828 activeSlots.addAll( in getActiveSlotsForTestShortcut()832 return activeSlots; in getActiveSlotsForTestShortcut()836 List<Range<Long>> activeSlots = new ArrayList<>(); in getActiveSlotsForAppShares() local838 activeSlots.addAll( in getActiveSlotsForAppShares()842 return activeSlots; in getActiveSlotsForAppShares()