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

/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java246 * process, this should be one entry in mStartingBackground for that one process
254 final ArrayList<ServiceRecord> mStartingBackground = new ArrayList<>(); field in class:ActiveServices.ServiceMap
282 if (mStartingBackground.remove(r)) {
295 for (int i=0, N=mStartingBackground.size(); i<N; i++) {
296 ServiceRecord r = mStartingBackground.get(i);
299 mStartingBackground.remove(i);
305 && mStartingBackground.size() < mMaxStartingBackground) {
328 if (mStartingBackground.size() > 0) {
329 ServiceRecord next = mStartingBackground.get(0);
336 if (mStartingBackground
[all...]

Completed in 8 milliseconds