Searched refs:isSleepingOrShuttingDown (Results 1 – 3 of 3) sorted by relevance
884 if (!uiSleeping && !mService.isSleepingOrShuttingDown()) { in startPausingLocked()1017 } else if (!hasVisibleBehindActivity() || mService.isSleepingOrShuttingDown()) { in completePauseLocked()1046 if (!mService.isSleepingOrShuttingDown()) { in completePauseLocked()1652 if (mService.isSleepingOrShuttingDown() in resumeTopActivityInnerLocked()2697 if (mService.isSleepingOrShuttingDown()) { in stopActivityLocked()
3150 if (!mService.isSleepingOrShuttingDown()) { in checkReadyForSleepLocked()3458 if ((!waitingVisible || mService.isSleepingOrShuttingDown()) && remove) { in processStoppingActivitiesLocked()4044 if (mService.isSleepingOrShuttingDown()) { in handleMessage()
10249 public boolean isSleepingOrShuttingDown() { in isSleepingOrShuttingDown() method