Home
last modified time | relevance | path

Searched refs:mShuttingDown (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp117 mShuttingDown = false; in BootAnimation()
119 mShuttingDown = true; in BootAnimation()
331 if (!mShuttingDown && encryptedAnimation && in readyToRun()
340 for (const char* f : (!mShuttingDown ? bootFiles : shutdownFiles)) { in readyToRun()
373 ALOGD("%sAnimationShownTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot", in android()
900 ALOGD("%sAnimationShownTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot", in playAnimation()
1070 if (mShuttingDown) { // no audio while shutting down in playSoundsAllowed()
1098 if (mShuttingDown) return true; in updateIsTimeAccurate()
DBootAnimation.h166 bool mShuttingDown; variable
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java72 boolean mShuttingDown; field in ProcessStatsService
197 mShuttingDown = true; in shutdownLocked()
209 if (mShuttingDown) { in writeStateLocked()
DAppErrors.java808 if (mService.mShuttingDown) { in appNotResponding()
DActivityManagerService.java719 return mShowDialogs && !mSleeping && !mShuttingDown in canShowErrorDialogs()
1384 boolean mShuttingDown = false; field in ActivityManagerService
1811 if (mShowDialogs && !mSleeping && !mShuttingDown) { in handleMessage()
12311 return isSleepingLocked() || mShuttingDown;
12315 return mShuttingDown;
12442 mShuttingDown = true;
12489 mWindowManager.setEventDispatching(mBooted && !mShuttingDown);
15791 pw.println(" mShuttingDown=" + mShuttingDown + " mTestPssMode=" + mTestPssMode);
DActivityStackSupervisor.java3270 if (mService.mShuttingDown) { in checkReadyForSleepLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java208 private boolean mShuttingDown; field in KeyguardViewMediator
501 if (isSecure() && mLockWhenSimRemoved && !mShuttingDown) {
1454 mShuttingDown = true;
2029 pw.print(" mShuttingDown: "); pw.println(mShuttingDown); in dump()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java488 boolean mShuttingDown; field in WallpaperManagerService
625 if (mShuttingDown) {
934 mShuttingDown = false; in WallpaperManagerService()
1009 mShuttingDown = true; in systemReady()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java292 boolean mShuttingDown; field in BatteryStatsImpl
11063 mShuttingDown = true; in shutdownLocked()
11083 if (mShuttingDown) { in writeLocked()