Searched refs:startInstant (Results 1 – 2 of 2) sorted by relevance
216 Instant startInstant = Instant.ofEpochMilli(startTimeMs); in createEventsForRow() local221 startInstant = utcToDefaultTimeZone(startInstant); in createEventsForRow()253 startInstant.atZone(mClock.getZone()).truncatedTo(DAYS).toInstant(); in createEventsForRow()260 startInstant, in createEventsForRow()261 dayStartInstant.isAfter(startInstant) ? dayStartInstant : startInstant, in createEventsForRow()
85 Instant startInstant, in Event() argument95 mStartInstant = startInstant; in Event()