Searched refs:EVENT_PREEMPT_JOB (Results 1 – 2 of 2) sorted by relevance
51 event = TestEnvironment.EVENT_PREEMPT_JOB; in onStopJob()62 public static final int EVENT_PREEMPT_JOB = 1; field in MockPriorityJobService.TestEnvironment
81 if (event.event == TestEnvironment.EVENT_PREEMPT_JOB) { in testLowerPriorityJobPreempted()