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()
11574 final Pair<LocalDate, LocalDate> currentPeriod = policy.getCurrentFreezePeriod(now); in updateSystemUpdateFreezePeriodsRecord() local11575 if (currentPeriod == null) { in updateSystemUpdateFreezePeriodsRecord()11589 if (withinRange(currentPeriod, start) && withinRange(currentPeriod, end)) { in updateSystemUpdateFreezePeriodsRecord()