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.java170 boolean stopIfKilled; // last onStart() said to stop if service killed? field in ServiceRecord
845 proto.write(ServiceRecordProto.Start.STOP_IF_KILLED, stopIfKilled); in dumpDebug()
1048 pw.print(" stopIfKilled="); pw.print(stopIfKilled); in dump()
1321 return startRequested && (stopIfKilled || isStartCanceled) && pendingStarts.isEmpty(); in canStopIfKilled()
DActiveServices.java6700 r.stopIfKilled = false; in serviceDoneExecutingLocked()
6709 r.stopIfKilled = true; in serviceDoneExecutingLocked()
6722 r.stopIfKilled = true; in serviceDoneExecutingLocked()