Home
last modified time | relevance | path

Searched refs:stopIfKilled (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java115 boolean stopIfKilled; // last onStart() said to stop if service killed? field in ServiceRecord
304 proto.write(ServiceRecordProto.Start.STOP_IF_KILLED, stopIfKilled); in writeToProto()
421 pw.print(" stopIfKilled="); pw.print(stopIfKilled); in dump()
DActiveServices.java3191 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()