Searched refs:shorterSlots (Results 1 – 1 of 1) sorted by relevance
361 List<Range<Long>> shorterSlots) { in combineTimeSlotLists() argument365 while (i < longerSlots.size() && j < shorterSlots.size()) { in combineTimeSlotLists()367 Range<Long> shorterSlot = shorterSlots.get(j); in combineTimeSlotLists()382 } else if (j < shorterSlots.size()) { in combineTimeSlotLists()383 result.addAll(shorterSlots.subList(j, shorterSlots.size())); in combineTimeSlotLists()