Searched refs:mRestartingServices (Results 1 – 1 of 1) sorted by relevance
147 final ArrayList<ServiceRecord> mRestartingServices = new ArrayList<>(); field in ActiveServices1534 for (int i=mRestartingServices.size()-1; i>=0; i--) { in scheduleServiceRestartLocked()1535 ServiceRecord r2 = mRestartingServices.get(i); in scheduleServiceRestartLocked()1557 if (!mRestartingServices.contains(r)) { in scheduleServiceRestartLocked()1559 mRestartingServices.add(r); in scheduleServiceRestartLocked()1577 if (!mRestartingServices.contains(r)) { in performServiceRestartLocked()1604 boolean removed = mRestartingServices.remove(r); in unscheduleServiceRestartLocked()1620 for (int i=mRestartingServices.size()-1; i>=0; i--) { in clearRestartingIfNeededLocked()1621 if (mRestartingServices.get(i).restartTracker == r.restartTracker) { in clearRestartingIfNeededLocked()1654 if (mRestartingServices.remove(r)) { in bringUpServiceLocked()[all …]