Home
last modified time | relevance | path

Searched refs:maxBg (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java272 int maxBg = 0; in ActiveServices() local
274 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()