Searched refs:maxBg (Results 1 – 2 of 2) sorted by relevance
2395 final int maxBg = getMaxValue(properties, in update() local2397 mMaxAllowedSlots.put(WORK_TYPE_BG, maxBg); in update()2435 0, Math.min(maxBg, remaining)); in update()
766 int maxBg = 0; in ActiveServices() local768 maxBg = Integer.parseInt(SystemProperties.get("ro.config.max_starting_bg", "0")); in ActiveServices()771 mMaxStartingBackground = maxBg > 0 in ActiveServices()772 ? maxBg : ActivityManager.isLowRamDeviceStatic() ? 1 : 8; in ActiveServices()