Searched refs:MAX_ALLOWED_PERIOD_MS (Results 1 – 2 of 2) sorted by relevance
1639 public static final long MAX_ALLOWED_PERIOD_MS = 365 * 24 * 60 * 60 * 1000L; field in JobSchedulerService1660 Math.min(MAX_ALLOWED_PERIOD_MS, periodicToReschedule.getJob().getIntervalMillis())); in getRescheduleJobForPeriodic()
516 Math.min(JobSchedulerService.MAX_ALLOWED_PERIOD_MS, job.getIntervalMillis())); in createFromJobInfo()