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