Searched refs:timeSlots (Results 1 – 2 of 2) sorted by relevance
90 List<Range<Long>> timeSlots = target.getEventHistory().getEventIndex( in computeScore() local92 if (!timeSlots.isEmpty()) { in computeScore()93 for (Range<Long> timeSlot : timeSlots) { in computeScore()
339 List<Range<Long>> timeSlots = new ArrayList<>(); in getActiveTimeSlotsForType() local347 timeSlots.add(Range.create(startTime, startTime + duration)); in getActiveTimeSlotsForType()352 return timeSlots; in getActiveTimeSlotsForType()