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 MockBiasJobService.TestEnvironment
50 public static final int EVENT_STOP_JOB = 2; field in JobPackageTracker502 addEvent(job.getJob().isPeriodic() ? EVENT_STOP_PERIODIC_JOB : EVENT_STOP_JOB, in noteInactive()604 case EVENT_STOP_JOB: label = " STOP"; break; in dumpHistory()618 if (cmd == EVENT_STOP_JOB || cmd == EVENT_STOP_PERIODIC_JOB) { in dumpHistory()659 if (cmd == EVENT_STOP_JOB || cmd == EVENT_STOP_PERIODIC_JOB) { in dumpHistory()