Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobConcurrencyManager.java1896 final int workTypes = getJobWorkTypes(pending); in shouldStopRunningJobLocked() local
2651 void incrementPendingJobCount(int workTypes) { in incrementPendingJobCount()
2655 void decrementPendingJobCount(int workTypes) { in decrementPendingJobCount()
2669 private int adjustPendingJobCount(int workTypes, boolean add) { in adjustPendingJobCount()
2802 int canJobStart(int workTypes) { in canJobStart()
2817 int canJobStart(int workTypes, @WorkType int replacingWorkType) { in canJobStart()