Searched refs:shuttingDown (Results 1 – 6 of 6) sorted by relevance
316 public abstract boolean shuttingDown(boolean booted, int timeout); in shuttingDown() method in ActivityTaskManagerInternal
980 boolean goToSleepIfPossible(boolean shuttingDown) { in goToSleepIfPossible() argument997 if (!shuttingDown) { in goToSleepIfPossible()
2726 boolean putStacksToSleep(boolean allowDelay, boolean shuttingDown) { in putStacksToSleep() argument2741 allSleep &= stack.goToSleepIfPossible(shuttingDown); in putStacksToSleep()
6439 public boolean shuttingDown(boolean booted, int timeout) { in shuttingDown() method in ActivityTaskManagerService.LocalService
8368 final boolean timedout = mAtmInternal.shuttingDown(mBooted, timeout); in shutdown()
35520 PLcom/android/server/wm/ActivityTaskManagerService$LocalService;->shuttingDown(ZI)Z