Searched refs:mMaxAllowedSlots (Results 1 – 1 of 1) sorted by relevance
2318 private final SparseIntArray mMaxAllowedSlots = new SparseIntArray(NUM_WORK_TYPES); field in WorkTypeConfig2381 mMaxAllowedSlots.clear(); in update()2385 mMaxAllowedSlots.put(WORK_TYPE_TOP, maxTop); in update()2388 mMaxAllowedSlots.put(WORK_TYPE_FGS, maxFgs); in update()2391 mMaxAllowedSlots.put(WORK_TYPE_UI, maxUi); in update()2394 mMaxAllowedSlots.put(WORK_TYPE_EJ, maxEj); in update()2397 mMaxAllowedSlots.put(WORK_TYPE_BG, maxBg); in update()2401 mMaxAllowedSlots.put(WORK_TYPE_BGUSER_IMPORTANT, maxBgUserImp); in update()2404 mMaxAllowedSlots.put(WORK_TYPE_BGUSER, maxBgUser); in update()2481 return mMaxAllowedSlots.get(workType, mMaxTotal); in getMax()[all …]