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
77 Event job4Execution = new Event(TestEnvironment.EVENT_START_JOB, 444); in testLowerPriorityJobPreempted()115 Event job4Execution = new Event(TestEnvironment.EVENT_START_JOB, 444); in testHigherPriorityJobNotPreempted()
50 public static final int EVENT_START_JOB = 1; field in JobPackageTracker475 addEvent(job.getJob().isPeriodic() ? EVENT_START_PERIODIC_JOB : EVENT_START_JOB, in noteActive()587 case EVENT_START_JOB: label = " START"; break; in dumpHistory()