HomeSort by relevance Sort by last modified time
    Searched refs:stopIfKilled (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 107 boolean stopIfKilled; // last onStart() said to stop if service killed?
285 proto.write(ServiceRecordProto.Start.STOP_IF_KILLED, stopIfKilled);
389 pw.print(" stopIfKilled="); pw.print(stopIfKilled);
    [all...]
ActiveServices.java     [all...]

Completed in 55 milliseconds