Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java140 public @interface WorkType { annotation in JobConcurrencyManager
144 static String workTypeToString(@WorkType int workType) { in workTypeToString()
804 @WorkType final int workType) { in startJobLocked()
834 @WorkType final int workType) { in onJobCompletedLocked()
1393 int getMax(@WorkType int workType) { in getMax()
1397 int getMinReserved(@WorkType int workType) { in getMinReserved()
1594 void onStagedJobFailed(@WorkType int workType) { in onStagedJobFailed()
1637 void onJobStarted(@WorkType int workType) { in onJobStarted()
1649 void onJobFinished(@WorkType int workType) { in onJobFinished()
1738 int getPendingJobCount(@WorkType final int workType) { in getPendingJobCount()
[all …]
H A DJobServiceContext.java139 @JobConcurrencyManager.WorkType
231 boolean executeRunnableJob(JobStatus job, @JobConcurrencyManager.WorkType int workType) { in executeRunnableJob()
366 @JobConcurrencyManager.WorkType
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DWorkCountTrackerTest.java108 @JobConcurrencyManager.WorkType
230 private int getPendingMultiType(Jobs jobs, @JobConcurrencyManager.WorkType int workType) { in getPendingMultiType()