Searched refs:maxBg (Results 1 – 1 of 1) sorted by relevance
272 int maxBg = 0; in ActiveServices() local274 maxBg = Integer.parseInt(SystemProperties.get("ro.config.max_starting_bg", "0")); in ActiveServices()277 mMaxStartingBackground = maxBg > 0 in ActiveServices()278 ? maxBg : ActivityManager.isLowRamDeviceStatic() ? 1 : 8; in ActiveServices()