Searched refs:stopIfKilled (Results 1 – 2 of 2) sorted by relevance
104 boolean stopIfKilled; // last onStart() said to stop if service killed? field in ServiceRecord257 pw.print(" stopIfKilled="); pw.print(stopIfKilled); in dump()
2676 r.stopIfKilled = false; in serviceDoneExecutingLocked()2685 r.stopIfKilled = true; in serviceDoneExecutingLocked()2698 r.stopIfKilled = true; in serviceDoneExecutingLocked()3148 if (sr.startRequested && (sr.stopIfKilled || canceled)) { in killServicesLocked()