Searched refs:EVENT_START_PERIODIC_JOB (Results 1 – 1 of 1) sorted by relevance
52 public static final int EVENT_START_PERIODIC_JOB = 3; field in JobPackageTracker475 addEvent(job.getJob().isPeriodic() ? EVENT_START_PERIODIC_JOB : EVENT_START_JOB, in noteActive()589 case EVENT_START_PERIODIC_JOB: label = "START-P"; break; in dumpHistory()