Searched refs:withinRange (Results 1 – 1 of 1) sorted by relevance
11545 private static boolean withinRange(Pair<LocalDate, LocalDate> range, LocalDate date) { in withinRange() method11589 if (withinRange(currentPeriod, start) && withinRange(currentPeriod, end)) { in updateSystemUpdateFreezePeriodsRecord()