Searched refs:newWorkingMaxJobCount (Results 1 – 1 of 1) sorted by relevance
3669 int newWorkingMaxJobCount = Math.max(MIN_BUCKET_JOB_COUNT, in processConstantLocked() local3671 if (mMaxBucketJobCounts[WORKING_INDEX] != newWorkingMaxJobCount) { in processConstantLocked()3672 mMaxBucketJobCounts[WORKING_INDEX] = newWorkingMaxJobCount; in processConstantLocked()