Searched refs:shuttingDown (Results 1 – 5 of 5) sorted by relevance
327 public abstract boolean shuttingDown(boolean booted, int timeout); in shuttingDown() method in ActivityTaskManagerInternal
1600 boolean putStacksToSleep(boolean allowDelay, boolean shuttingDown) { in putStacksToSleep() argument1614 allSleep &= stack.goToSleepIfPossible(shuttingDown); in putStacksToSleep()
1557 boolean goToSleepIfPossible(boolean shuttingDown) { in goToSleepIfPossible() argument1574 if (!shuttingDown) { in goToSleepIfPossible()
6428 public boolean shuttingDown(boolean booted, int timeout) { in shuttingDown() method in ActivityTaskManagerService.LocalService
7898 final boolean timedout = mAtmInternal.shuttingDown(mBooted, timeout); in shutdown()