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

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

Completed in 243 milliseconds