H A D | JobConcurrencyManager.java | 176 static final int WORK_TYPE_BG = 1 << 4; field in JobConcurrencyManager 199 WORK_TYPE_BG, 220 case WORK_TYPE_BG: in workTypeToString() 257 List.of(Pair.create(WORK_TYPE_BG, .5f), 270 List.of(Pair.create(WORK_TYPE_BG, .4f), 310 List.of(Pair.create(WORK_TYPE_BG, .6f), 323 List.of(Pair.create(WORK_TYPE_BG, .5f), 2246 classification |= WORK_TYPE_BG; in getJobWorkTypes() 2375 mMaxAllowedSlots.put(WORK_TYPE_BG, maxBg); in update() 2414 mMinReservedSlots.put(WORK_TYPE_BG, minBg); in update() [all …]
|