Searched refs:timeSlotType (Results 1 – 1 of 1) sorted by relevance
323 private static int diffTimeSlots(@TimeSlotType int timeSlotType, long fromTime, long toTime) { in diffTimeSlots() argument324 Function<Long, Range<Long>> timeSlotFactory = TIME_SLOT_FACTORIES.get(timeSlotType); in diffTimeSlots()334 private List<Range<Long>> getActiveTimeSlotsForType(@TimeSlotType int timeSlotType) { in getActiveTimeSlotsForType() argument335 long eventBitmap = mEventBitmaps[timeSlotType]; in getActiveTimeSlotsForType()336 Range<Long> latestTimeSlot = TIME_SLOT_FACTORIES.get(timeSlotType).apply(mLastUpdatedTime); in getActiveTimeSlotsForType()