Searched refs:mRestartingServices (Results 1 – 2 of 2) sorted by relevance
175 mActiveServices.mRestartingServices.remove(1); in testRescheduleServiceRestartsOnOtherChanges()179 mActiveServices.mRestartingServices.remove(0); in testRescheduleServiceRestartsOnOtherChanges()182 mActiveServices.mRestartingServices.remove(1); in testRescheduleServiceRestartsOnOtherChanges()189 mActiveServices.mRestartingServices.remove(1); in testRescheduleServiceRestartsOnOtherChanges()350 mActiveServices.mRestartingServices.clear(); in fillInRestartingServices()352 mActiveServices.mRestartingServices.add( in fillInRestartingServices()359 final ServiceRecord r = mActiveServices.mRestartingServices.get(i); in setNextRestarts()381 final ServiceRecord r = mActiveServices.mRestartingServices.get(i); in verifyDelays()
416 final ArrayList<ServiceRecord> mRestartingServices = new ArrayList<>(); field in ActiveServices5273 final int oldPosInRestarting = mRestartingServices.indexOf(r); in scheduleServiceRestartLocked()5346 mRestartingServices.remove(oldPosInRestarting); in scheduleServiceRestartLocked()5349 if (mRestartingServices.isEmpty()) { in scheduleServiceRestartLocked()5364 for (int i = mRestartingServices.size() - 1; i >= 0; i--) { in scheduleServiceRestartLocked()5365 final ServiceRecord r2 = mRestartingServices.get(i); in scheduleServiceRestartLocked()5406 for (int i = 0, size = mRestartingServices.size(); i < size; i++) { in scheduleServiceRestartLocked()5407 final ServiceRecord r2 = mRestartingServices.get(i); in scheduleServiceRestartLocked()5409 mRestartingServices.add(i, r); in scheduleServiceRestartLocked()5415 mRestartingServices.add(r); in scheduleServiceRestartLocked()[all …]