Searched refs:stopIfKilled (Results 1 – 2 of 2) sorted by relevance
107 boolean stopIfKilled; // last onStart() said to stop if service killed? field in ServiceRecord285 proto.write(ServiceRecordProto.Start.STOP_IF_KILLED, stopIfKilled); in writeToProto()389 pw.print(" stopIfKilled="); pw.print(stopIfKilled); in dump()
2930 r.stopIfKilled = false; in serviceDoneExecutingLocked()2939 r.stopIfKilled = true; in serviceDoneExecutingLocked()2952 r.stopIfKilled = true; in serviceDoneExecutingLocked()3403 if (sr.startRequested && (sr.stopIfKilled || canceled)) { in killServicesLocked()