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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java97 boolean stopIfKilled; // last onStart() said to stop if service killed? field in class:ServiceRecord
248 pw.print(" stopIfKilled="); pw.print(stopIfKilled);
H A DActiveServices.java1746 r.stopIfKilled = false;
1755 r.stopIfKilled = true;
1768 r.stopIfKilled = true;
2103 if (sr.startRequested && (sr.stopIfKilled || canceled)) {

Completed in 63 milliseconds