Searched refs:EVENT_START_JOB (Results 1 – 3 of 3) sorted by relevance
40 new TestEnvironment.Event(TestEnvironment.EVENT_START_JOB, params.getJobId())); in onStartJob()61 public static final int EVENT_START_JOB = 0; field in MockPriorityJobService.TestEnvironment
76 Event jobHigherExecution = new Event(TestEnvironment.EVENT_START_JOB, higherPriorityJobId); in testLowerPriorityJobPreempted()107 Event jobLowerExecution = new Event(TestEnvironment.EVENT_START_JOB, lowerPriorityJobId); in testHigherPriorityJobNotPreempted()
50 public static final int EVENT_START_JOB = 1; field in JobPackageTracker476 addEvent(job.getJob().isPeriodic() ? EVENT_START_PERIODIC_JOB : EVENT_START_JOB, in noteActive()588 case EVENT_START_JOB: label = " START"; break; in dumpHistory()