Searched refs:remotePatchDate (Results 1 – 1 of 1) sorted by relevance
560 LocalDate remotePatchDate = LocalDate.of(patchYear, patchMonth, 1); in isValidPatchLevel() local564 if (remotePatchDate.compareTo(localPatchDate) > 0) { in isValidPatchLevel()566 localPatchDate, remotePatchDate) <= MAX_PATCH_AGE_MONTHS; in isValidPatchLevel()567 } else if (remotePatchDate.compareTo(localPatchDate) < 0) { in isValidPatchLevel()569 remotePatchDate, localPatchDate) <= MAX_PATCH_AGE_MONTHS; in isValidPatchLevel()