Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DRecurrenceRule.java224 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
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57609 Landroid/util/RecurrenceRule$RecurringIterator;->roundBoundaryTime(Ljava/time/ZonedDateTime;)Ljava/…