Searched refs:newActiveMaxJobCount (Results 1 – 1 of 1) sorted by relevance
2409 int newActiveMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, MAX_JOB_COUNT_ACTIVE); in updateConstants() local2410 if (mMaxBucketJobCounts[ACTIVE_INDEX] != newActiveMaxJobCount) { in updateConstants()2411 mMaxBucketJobCounts[ACTIVE_INDEX] = newActiveMaxJobCount; in updateConstants()