Searched refs:mConfigAbsoluteMaxSlots (Results 1 – 1 of 1) sorted by relevance
1508 private final SparseIntArray mConfigAbsoluteMaxSlots = new SparseIntArray(NUM_WORK_TYPES); field in JobConcurrencyManager.WorkCountTracker1525 mConfigAbsoluteMaxSlots.put(workType, workTypeConfig.getMax(workType)); in setConfig()1622 if (mNumActuallyReservedSlots.valueAt(i) < mConfigAbsoluteMaxSlots.get(wt) in maybeAdjustReservations()1695 Math.min(mConfigAbsoluteMaxSlots.get(workType), num) - res)); in onCountDone()1705 mConfigAbsoluteMaxSlots.get(workType), in canJobStart()1747 return getRunningJobCount(workType) > mConfigAbsoluteMaxSlots.get(workType); in isOverTypeLimit()1758 sb.append(mConfigAbsoluteMaxSlots); in toString()