Searched refs:shuttingDown (Results 1 – 6 of 6) sorted by relevance
334 public abstract boolean shuttingDown(boolean booted, int timeout); in shuttingDown() method in ActivityTaskManagerInternal
2781 boolean putTasksToSleep(boolean allowDelay, boolean shuttingDown) { in putTasksToSleep() argument2785 result[0] &= task.goToSleepIfPossible(shuttingDown); in putTasksToSleep()
5628 boolean goToSleepIfPossible(boolean shuttingDown) {5632 if (!t.goToSleepIfPossible(shuttingDown)) {5655 if (!shuttingDown) {
5445 public boolean shuttingDown(boolean booted, int timeout) { in shuttingDown() method in ActivityTaskManagerService.LocalService
6350 final boolean timedout = mAtmInternal.shuttingDown(mBooted, timeout); in shutdown()
44541 PLcom/android/server/wm/ActivityTaskManagerService$LocalService;->shuttingDown(ZI)Z