Searched refs:newWorkingMaxJobCount (Results 1 – 1 of 1) sorted by relevance
2331 int newWorkingMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, MAX_JOB_COUNT_WORKING); in updateConstants() local2332 if (mMaxBucketJobCounts[WORKING_INDEX] != newWorkingMaxJobCount) { in updateConstants()2333 mMaxBucketJobCounts[WORKING_INDEX] = newWorkingMaxJobCount; in updateConstants()