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

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java181 * process, this should be one entry in mStartingBackground for that one process
189 final ArrayList<ServiceRecord> mStartingBackground = new ArrayList<>(); field in class:ActiveServices.ServiceMap
210 if (mStartingBackground.remove(r)) {
223 for (int i=0, N=mStartingBackground.size(); i<N; i++) {
224 ServiceRecord r = mStartingBackground.get(i);
227 mStartingBackground.remove(i);
233 && mStartingBackground.size() < mMaxStartingBackground) {
256 if (mStartingBackground.size() > 0) {
257 ServiceRecord next = mStartingBackground.get(0);
264 if (mStartingBackground
[all...]

Completed in 48 milliseconds