Searched refs:currentPeriod (Results 1 – 2 of 2) sorted by relevance
59 long currentPeriod = getCurrentPeriod(); in requestQuota() local60 if (mLastPeriod < currentPeriod) { in requestQuota()61 mLastPeriod = currentPeriod; in requestQuota()
105 val currentPeriod = in maybeReplaceWithTemporalDeixis() constant112 LocalDate.ofInstant(currentPeriod, timeSource.deviceZoneOffset()) in maybeReplaceWithTemporalDeixis()117 return if (!areInSameYear(selectedDate, currentPeriod)) { in maybeReplaceWithTemporalDeixis()119 } else if (areInSamePeriod(selectedDate, currentPeriod, period)) { in maybeReplaceWithTemporalDeixis()