Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DEventIndex.java95 private static final List<Function<Long, Range<Long>>> TIME_SLOT_FACTORIES = field in EventIndex
158 TIME_SLOT_FACTORIES.get(slotType).apply(mLastUpdatedTime); in getMostRecentActiveTimeSlot()
324 Function<Long, Range<Long>> timeSlotFactory = TIME_SLOT_FACTORIES.get(timeSlotType); in diffTimeSlots()
336 Range<Long> latestTimeSlot = TIME_SLOT_FACTORIES.get(timeSlotType).apply(mLastUpdatedTime); in getActiveTimeSlotsForType()