Searched refs:roundBoundaryTime (Results 1 – 2 of 2) sorted by relevance
221 cycleStart = roundBoundaryTime(start.plus(period.multipliedBy(i))); in updateCycle()222 cycleEnd = roundBoundaryTime(start.plus(period.multipliedBy(i + 1))); in updateCycle()225 private ZonedDateTime roundBoundaryTime(ZonedDateTime boundary) { in roundBoundaryTime() method in RecurrenceRule.RecurringIterator
20556 HSPLandroid/util/RecurrenceRule$RecurringIterator;->roundBoundaryTime(Ljava/time/ZonedDateTime;)Lja…