Searched refs:mMaxStartingBackground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java126 final int mMaxStartingBackground; field in class:ActiveServices
233 && mStartingBackground.size() < mMaxStartingBackground) {
264 if (mStartingBackground.size() < mMaxStartingBackground) {
277 mMaxStartingBackground = maxBg > 0
290 return smap != null ? smap.mStartingBackground.size() >= mMaxStartingBackground : false;
411 if (smap.mStartingBackground.size() >= mMaxStartingBackground) {

Completed in 45 milliseconds