Home
last modified time | relevance | path

Searched refs:EVENT_START_JOB (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DMockPriorityJobService.java40 new TestEnvironment.Event(TestEnvironment.EVENT_START_JOB, params.getJobId())); in onStartJob()
61 public static final int EVENT_START_JOB = 0; field in MockPriorityJobService.TestEnvironment
H A DPrioritySchedulingTest.java76 Event jobHigherExecution = new Event(TestEnvironment.EVENT_START_JOB, higherPriorityJobId); in testLowerPriorityJobPreempted()
107 Event jobLowerExecution = new Event(TestEnvironment.EVENT_START_JOB, lowerPriorityJobId); in testHigherPriorityJobNotPreempted()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobPackageTracker.java49 public static final int EVENT_START_JOB = 1; field in JobPackageTracker
489 addEvent(job.getJob().isPeriodic() ? EVENT_START_PERIODIC_JOB : EVENT_START_JOB, in noteActive()
603 case EVENT_START_JOB: label = " START"; break; in dumpHistory()