Home | History | Annotate | Download | only in am

Lines Matching refs:restarting

85     // How long a service needs to be running until restarting its process
97 // The minimum amount of time between restarting services that we allow.
98 // That is, when multiple services are restarting, we won't allow each
1232 // Make sure that we don't end up restarting a bunch of services
1253 // reason to hold of on restarting their services.
1291 // Remove from the restarting list; if the service is currently on the
1292 // restarting list, or the call is coming from another app, then this
1307 // If this is the last restarting record with this tracker, then clear
1308 // the tracker's restarting state.
1342 // restarting state.
2155 // don't want to be thrashing around restarting processes that are only
2257 // Make sure there are no more restarting services for this process.
2356 info.restarting = r.nextRestartTime;
2372 info.restarting = r.nextRestartTime;
2638 pw.println(" Restarting services:");
2641 pw.print(" * Restarting "); pw.println(r);