Searched refs:cycleEnd (Results 1 – 4 of 4) sorted by relevance
195 ZonedDateTime cycleEnd; field in RecurrenceRule.RecurringIterator205 while (anchor.toEpochSecond() > cycleEnd.toEpochSecond()) { in RecurringIterator()219 cycleEnd = roundBoundaryTime(start.plus(period.multipliedBy(i + 1))); in updateCycle()239 if (LOGD) Log.d(TAG, "Cycle " + i + " from " + cycleStart + " to " + cycleEnd); in next()240 Range<ZonedDateTime> r = new Range<>(cycleStart, cycleEnd); in next()
162 usage.cycleEnd = end; in getDataUsageInfo()252 public long cycleEnd; field in DataUsageController.DataUsageInfo
273 final long cycleEnd = cycle.getUpper().toInstant().toEpochMilli(); in getHistory() local274 if (cycleStart <= augmentEnd && augmentEnd < cycleEnd) { in getHistory()
1144 final long cycleEnd = cycle.second.toInstant().toEpochMilli(); local1145 final long totalBytes = getTotalBytes(policy.template, cycleStart, cycleEnd);1189 final long cycleDuration = cycleEnd - cycleStart;