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