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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h174 bool mShuttingDown; member in class:android::BootAnimation
H A DBootAnimation.cpp109 mShuttingDown = false;
111 mShuttingDown = true;
314 if (!mShuttingDown && encryptedAnimation) {
329 for (const char* f : (!mShuttingDown ? bootFiles : shutdownFiles)) {
362 ALOGD("%sAnimationShownTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot",
878 ALOGD("%sAnimationShownTiming start time: %" PRId64 "ms", mShuttingDown ? "Shutdown" : "Boot",
1038 if (mShuttingDown) return true;
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java76 boolean mShuttingDown; field in class:ProcessStatsService
203 mShuttingDown = true;
215 if (mShuttingDown) {
H A DAppErrors.java917 if (mService.mShuttingDown) {
H A DActivityManagerService.java828 return mShowDialogs && !mSleeping && !mShuttingDown
1558 boolean mShuttingDown = false; field in class:ActivityManagerService
2052 if (mShowDialogs && !mSleeping && !mShuttingDown) {
13243 return isSleepingLocked() || mShuttingDown;
13247 return mShuttingDown;
13377 mShuttingDown = true;
13426 mWindowManager.setEventDispatching(mBooted && !mShuttingDown);
17006 pw.println(" mShuttingDown=" + mShuttingDown + " mTestPssMode=" + mTestPssMode);
17368 proto.write(ActivityManagerServiceDumpProcessesProto.SleepStatus.SHUTTING_DOWN, mShuttingDown);
[all...]
H A DActivityStackSupervisor.java3615 if (mService.mShuttingDown) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java206 private boolean mShuttingDown; field in class:KeyguardViewMediator
511 if (isSecure() && mLockWhenSimRemoved && !mShuttingDown) {
1510 mShuttingDown = true;
2084 pw.print(" mShuttingDown: "); pw.println(mShuttingDown);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java787 boolean mShuttingDown; field in class:WallpaperManagerService
932 if (mShuttingDown) {
1295 mShuttingDown = false;
1381 mShuttingDown = true;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java645 boolean mShuttingDown; field in class:BatteryStatsImpl
13252 mShuttingDown = true;
13470 if (mShuttingDown) {

Completed in 719 milliseconds