HomeSort by relevance Sort by last modified time
    Searched full:mstartingbackground (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 246 * process, this should be one entry in mStartingBackground for that one process
254 final ArrayList<ServiceRecord> mStartingBackground = new ArrayList<>();
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.size() < mMaxStartingBackground)
    [all...]

Completed in 184 milliseconds