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

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java128 final int mMaxStartingBackground; field in class:ActiveServices
305 && mStartingBackground.size() < mMaxStartingBackground) {
336 if (mStartingBackground.size() < mMaxStartingBackground) {
349 mMaxStartingBackground = maxBg > 0
367 return smap != null ? smap.mStartingBackground.size() >= mMaxStartingBackground : false;
571 if (smap.mStartingBackground.size() >= mMaxStartingBackground) {

Completed in 448 milliseconds