Searched refs:reportingJobsActions (Results 1 – 1 of 1) sorted by relevance
1087 Set<Action> reportingJobsActions = new HashSet<>(); in maybeAddEventReportingJobTimes() local1102 reportingJobsActions.add(new EventReportingJob(jobTime)); in maybeAddEventReportingJobTimes()1104 reportingJobsActions.add(new EventReportingJob(jobTime - TimeUnit.DAYS.toMillis(2))); in maybeAddEventReportingJobTimes()1107 return reportingJobsActions; in maybeAddEventReportingJobTimes()