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.java112 boolean stopIfKilled; // last onStart() said to stop if service killed? field in ServiceRecord
310 proto.write(ServiceRecordProto.Start.STOP_IF_KILLED, stopIfKilled); in dumpDebug()
431 pw.print(" stopIfKilled="); pw.print(stopIfKilled); in dump()
641 return startRequested && (stopIfKilled || isStartCanceled) && pendingStarts.isEmpty(); in canStopIfKilled()
DActiveServices.java3542 r.stopIfKilled = false; in serviceDoneExecutingLocked()
3551 r.stopIfKilled = true; in serviceDoneExecutingLocked()
3564 r.stopIfKilled = true; in serviceDoneExecutingLocked()