Searched refs:canStopIfKilled (Results 1 – 3 of 3) sorted by relevance
640 boolean canStopIfKilled(boolean isStartCanceled) { in canStopIfKilled() method in ServiceRecord
2707 final boolean shouldStop = r.canStopIfKilled(canceled); in scheduleServiceRestartLocked()4020 } else if (sr.canStopIfKilled(false /* isStartCanceled */)) { in killServicesLocked()
7704 PLcom/android/server/am/ServiceRecord;->canStopIfKilled(Z)Z