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

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java178 * process, this should be one entry in mStartingBackground for that one process
186 final ArrayList<ServiceRecord> mStartingBackground field in class:ActiveServices.ServiceMap
208 if (mStartingBackground.remove(r)) {
220 for (int i=0, N=mStartingBackground.size(); i<N; i++) {
221 ServiceRecord r = mStartingBackground.get(i);
224 mStartingBackground.remove(i);
230 && mStartingBackground.size() < mMaxStartingBackground) {
248 if (mStartingBackground.size() > 0) {
249 ServiceRecord next = mStartingBackground.get(0);
256 if (mStartingBackground
[all...]

Completed in 19 milliseconds