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 MockBiasJobService.TestEnvironment
84 Event jobHigherExecution = new Event(TestEnvironment.EVENT_START_JOB, higherBiasJobId); in testLowerBiasJobPreempted()116 Event jobLowerExecution = new Event(TestEnvironment.EVENT_START_JOB, lowerBiasJobId); in testHigherBiasJobNotPreempted()
49 public static final int EVENT_START_JOB = 1; field in JobPackageTracker489 addEvent(job.getJob().isPeriodic() ? EVENT_START_PERIODIC_JOB : EVENT_START_JOB, in noteActive()603 case EVENT_START_JOB: label = " START"; break; in dumpHistory()