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