Searched refs:TIME_SLOT_FACTORIES (Results 1 – 1 of 1) sorted by relevance
95 private static final List<Function<Long, Range<Long>>> TIME_SLOT_FACTORIES = field in EventIndex158 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()