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

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java85 boolean stopIfKilled; // last onStart() said to stop if service killed? field in class:ServiceRecord
227 pw.print(" stopIfKilled="); pw.print(stopIfKilled);
H A DActivityManagerService.java10024 if (sr.startRequested && (sr.stopIfKilled || canceled)) {
11625 r.stopIfKilled = false;
11634 r.stopIfKilled = true;
11647 r.stopIfKilled = true;

Completed in 49 milliseconds