Searched refs:shorterSlot (Results 1 – 1 of 1) sorted by relevance
367 Range<Long> shorterSlot = shorterSlots.get(j); in combineTimeSlotLists() local368 if (longerSlot.contains(shorterSlot)) { in combineTimeSlotLists()369 result.add(shorterSlot); in combineTimeSlotLists()372 } else if (longerSlot.getLower() < shorterSlot.getLower()) { in combineTimeSlotLists()373 result.add(shorterSlot); in combineTimeSlotLists()