Searched refs:newFrequentMaxJobCount (Results 1 – 1 of 1) sorted by relevance
2336 int newFrequentMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, MAX_JOB_COUNT_FREQUENT); in updateConstants() local2337 if (mMaxBucketJobCounts[FREQUENT_INDEX] != newFrequentMaxJobCount) { in updateConstants()2338 mMaxBucketJobCounts[FREQUENT_INDEX] = newFrequentMaxJobCount; in updateConstants()