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