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