Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java1872 final int workTypes = getJobWorkTypes(pending); in shouldStopRunningJobLocked() local
1873 if ((workTypes & remainingWorkTypes) > 0 in shouldStopRunningJobLocked()
2629 void incrementPendingJobCount(int workTypes) { in incrementPendingJobCount() argument
2630 adjustPendingJobCount(workTypes, true); in incrementPendingJobCount()
2633 void decrementPendingJobCount(int workTypes) { in decrementPendingJobCount() argument
2634 if (adjustPendingJobCount(workTypes, false) > 1) { in decrementPendingJobCount()
2639 if ((workType & workTypes) == workType) { in decrementPendingJobCount()
2654 if ((workTypes & workType) == workType) { in adjustPendingJobCount()
2780 int canJobStart(int workTypes) { in canJobStart() argument
2782 if ((workTypes & workType) == workType) { in canJobStart()
[all …]