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