Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java1055 final int workTypes = getJobWorkTypes(pending); in shouldStopRunningJobLocked() local
1056 if ((workTypes & remainingWorkTypes) > 0 in shouldStopRunningJobLocked()
1550 void incrementPendingJobCount(int workTypes) { in incrementPendingJobCount() argument
1551 adjustPendingJobCount(workTypes, true); in incrementPendingJobCount()
1554 void decrementPendingJobCount(int workTypes) { in decrementPendingJobCount() argument
1555 if (adjustPendingJobCount(workTypes, false) > 1) { in decrementPendingJobCount()
1560 if ((workType & workTypes) == workType) { in decrementPendingJobCount()
1575 if ((workTypes & workType) == workType) { in adjustPendingJobCount()
1701 int canJobStart(int workTypes) { in canJobStart() argument
1703 if ((workTypes & workType) == workType) { in canJobStart()
[all …]