Searched refs:EVENT_STOP_JOB (Results 1 – 2 of 2) sorted by relevance
48 int event = TestEnvironment.EVENT_STOP_JOB; in onStopJob()63 public static final int EVENT_STOP_JOB = 2; field in MockPriorityJobService.TestEnvironment
51 public static final int EVENT_STOP_JOB = 2; field in JobPackageTracker488 addEvent(job.getJob().isPeriodic() ? EVENT_STOP_JOB : EVENT_STOP_PERIODIC_JOB, in noteInactive()588 case EVENT_STOP_JOB: label = " STOP"; break; in dumpHistory()603 if (cmd == EVENT_STOP_JOB || cmd == EVENT_STOP_PERIODIC_JOB) { in dumpHistory()643 if (cmd == EVENT_STOP_JOB || cmd == EVENT_STOP_PERIODIC_JOB) { in dumpHistory()