Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DEventIndex.java336 Range<Long> latestTimeSlot = TIME_SLOT_FACTORIES.get(timeSlotType).apply(mLastUpdatedTime); in getActiveTimeSlotsForType() local
337 long startTime = latestTimeSlot.getLower(); in getActiveTimeSlotsForType()
338 final long duration = getDuration(latestTimeSlot); in getActiveTimeSlotsForType()