Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java2326 int newActiveMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, MAX_JOB_COUNT_ACTIVE); in updateConstants() local
2327 if (mMaxBucketJobCounts[ACTIVE_INDEX] != newActiveMaxJobCount) { in updateConstants()
2328 mMaxBucketJobCounts[ACTIVE_INDEX] = newActiveMaxJobCount; in updateConstants()