Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DEventIndex.java366 Range<Long> longerSlot = longerSlots.get(i); in combineTimeSlotLists() local
368 if (longerSlot.contains(shorterSlot)) { in combineTimeSlotLists()
372 } else if (longerSlot.getLower() < shorterSlot.getLower()) { in combineTimeSlotLists()
376 result.add(longerSlot); in combineTimeSlotLists()