Searched refs:remotePatchDate (Results 1 – 1 of 1) sorted by relevance
494 LocalDate remotePatchDate = LocalDate.of(patchYear, patchMonth, 1); in isValidPatchLevel() local498 if (remotePatchDate.compareTo(localPatchDate) > 0) { in isValidPatchLevel()500 localPatchDate, remotePatchDate) <= MAX_PATCH_AGE_MONTHS; in isValidPatchLevel()501 } else if (remotePatchDate.compareTo(localPatchDate) < 0) { in isValidPatchLevel()503 remotePatchDate, localPatchDate) <= MAX_PATCH_AGE_MONTHS; in isValidPatchLevel()