Searched refs:mStartingBackground (Results 1 – 1 of 1) sorted by relevance
189 final ArrayList<ServiceRecord> mStartingBackground = new ArrayList<>(); field in ActiveServices.ServiceMap210 if (mStartingBackground.remove(r)) { in ensureNotStartingBackground()223 for (int i=0, N=mStartingBackground.size(); i<N; i++) { in rescheduleDelayedStarts()224 ServiceRecord r = mStartingBackground.get(i); in rescheduleDelayedStarts()227 mStartingBackground.remove(i); in rescheduleDelayedStarts()233 && mStartingBackground.size() < mMaxStartingBackground) { in rescheduleDelayedStarts()256 if (mStartingBackground.size() > 0) { in rescheduleDelayedStarts()257 ServiceRecord next = mStartingBackground.get(0); in rescheduleDelayedStarts()264 if (mStartingBackground.size() < mMaxStartingBackground) { in rescheduleDelayedStarts()290 return smap != null ? smap.mStartingBackground.size() >= mMaxStartingBackground : false; in hasBackgroundServices()[all …]