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()
3222 r.stopIfKilled = false; in serviceDoneExecutingLocked()3231 r.stopIfKilled = true; in serviceDoneExecutingLocked()3244 r.stopIfKilled = true; in serviceDoneExecutingLocked()3699 if (sr.startRequested && (sr.stopIfKilled || canceled)) { in killServicesLocked()