Searched refs:EVENT_STOP_PERIODIC_JOB (Results 1 – 1 of 1) sorted by relevance
53 public static final int EVENT_STOP_PERIODIC_JOB = 4; field in JobPackageTracker489 addEvent(job.getJob().isPeriodic() ? EVENT_STOP_JOB : EVENT_STOP_PERIODIC_JOB, in noteInactive()591 case EVENT_STOP_PERIODIC_JOB: label = " STOP-P"; break; in dumpHistory()604 if (cmd == EVENT_STOP_JOB || cmd == EVENT_STOP_PERIODIC_JOB) { in dumpHistory()645 if (cmd == EVENT_STOP_JOB || cmd == EVENT_STOP_PERIODIC_JOB) { in dumpHistory()