Searched refs:currentDate (Results 1 – 3 of 3) sorted by relevance
452 MonthDay currentDate = parseMonthDay(date); in setFreezePeriods() local454 periods.add(new FreezePeriod(lastDate, currentDate)); in setFreezePeriods()457 lastDate = currentDate; in setFreezePeriods()
373 long currentDate = System.currentTimeMillis(); in recordSetUpTimestamp() local374 pw.println(currentDate); in recordSetUpTimestamp()
463 LocalDate currentDate = mTestSystemDate != null in isValidPatchLevel() local481 if (ChronoUnit.MONTHS.between(localPatchDate, currentDate) > MAX_PATCH_AGE_MONTHS) { in isValidPatchLevel()