Home
last modified time | relevance | path

Searched defs:workType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java208 static String workTypeToString(@WorkType int workType) { in workTypeToString()
1515 @WorkType final int workType) { in startJobLocked()
1561 @WorkType final int workType) { in onJobCompletedLocked()
2435 int workType, int defaultFloatInIntBits) { in getMaxValue()
2458 int getMax(@WorkType int workType) { in getMax()
2462 int getMinReserved(@WorkType int workType) { in getMinReserved()
2673 void onStagedJobFailed(@WorkType int workType) { in onStagedJobFailed()
2716 void onJobStarted(@WorkType int workType) { in onJobStarted()
2728 void onJobFinished(@WorkType int workType) { in onJobFinished()
2817 int getPendingJobCount(@WorkType final int workType) { in getPendingJobCount()
[all …]
H A DJobServiceContext.java337 boolean executeRunnableJob(JobStatus job, @JobConcurrencyManager.WorkType int workType) { in executeRunnableJob()
1593 final int workType = mRunningJobWorkType; in closeAndCleanupJobLocked() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DWorkCountTrackerTest.java170 final int workType = running.keyAt(i); in maybeFinishJobs() local
189 final int workType = jobs.running.keyAt(i); in recount() local
197 final int workType = jobs.pending.keyAt(i); in recount() local
218 private int getPendingMultiType(Jobs jobs, @JobConcurrencyManager.WorkType int workType) { in getPendingMultiType()
229 final int workType = getRandomWorkType(EQUAL_PROBABILITY_CDF, mRandom.nextDouble()); in startPendingJobs() local
276 final int workType = maxLimitRatio.first; in checkRandom() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobConcurrencyManagerTest.java996 private TypeConfig(@JobConcurrencyManager.WorkType int workType, int min, int max) { in TypeConfig()