Searched refs:timeSlot (Results 1 – 2 of 2) sorted by relevance
93 for (Range<Long> timeSlot : timeSlots) { in computeScore()95 getFreqDecayedOnElapsedTime(now - timeSlot.getLower())); in computeScore()104 for (Range<Long> timeSlot : timeSlotsOfSameType) { in computeScore()106 getFreqDecayedOnElapsedTime(now - timeSlot.getLower())); in computeScore()
315 private static long getDuration(Range<Long> timeSlot) { in getDuration() argument316 return timeSlot.getUpper() - timeSlot.getLower(); in getDuration()