Home | History | Annotate | Download | only in am

Lines Matching defs:stops

1163                         if (DEBUG_PAUSE) Slog.v(TAG, "To many pending stops, forcing idle");
3460 ArrayList<ActivityRecord> stops = null;
3485 if (stops == null) {
3486 stops = new ArrayList<ActivityRecord>();
3488 stops.add(s);
3495 return stops;
3510 ArrayList<ActivityRecord> stops = null;
3580 stops = processStoppingActivitiesLocked(true);
3581 NS = stops != null ? stops.size() : 0;
3616 ActivityRecord r = (ActivityRecord)stops.get(i);