Home
last modified time | relevance | path

Searched refs:shorterSlot (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DEventIndex.java367 Range<Long> shorterSlot = shorterSlots.get(j); in combineTimeSlotLists() local
368 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()