Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DEventIndex.java361 List<Range<Long>> shorterSlots) { in combineTimeSlotLists() argument
365 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()