Searched refs:toSlot (Results 1 – 1 of 1) sorted by relevance
326 Range<Long> toSlot = timeSlotFactory.apply(toTime); in diffTimeSlots() local327 return (int) ((toSlot.getLower() - fromSlot.getLower()) / getDuration(fromSlot)); in diffTimeSlots()