Searched refs:stopIfKilled (Results 1 – 2 of 2) sorted by relevance
115 boolean stopIfKilled; // last onStart() said to stop if service killed? field in ServiceRecord304 proto.write(ServiceRecordProto.Start.STOP_IF_KILLED, stopIfKilled); in writeToProto()421 pw.print(" stopIfKilled="); pw.print(stopIfKilled); in dump()
3191 r.stopIfKilled = false; in serviceDoneExecutingLocked()3200 r.stopIfKilled = true; in serviceDoneExecutingLocked()3213 r.stopIfKilled = true; in serviceDoneExecutingLocked()3668 if (sr.startRequested && (sr.stopIfKilled || canceled)) { in killServicesLocked()