Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DEventIndex.java324 Function<Long, Range<Long>> timeSlotFactory = TIME_SLOT_FACTORIES.get(timeSlotType); in diffTimeSlots() local
325 Range<Long> fromSlot = timeSlotFactory.apply(fromTime); in diffTimeSlots()
326 Range<Long> toSlot = timeSlotFactory.apply(toTime); in diffTimeSlots()