Searched refs:mSystemBooted (Results 1 – 3 of 3) sorted by relevance
578 boolean mSystemBooted = false; field in WindowManagerService3206 + " mSystemBooted=" + mSystemBooted, here); in enableScreenAfterBoot()3208 if (mSystemBooted) { in enableScreenAfterBoot()3211 mSystemBooted = true; in enableScreenAfterBoot()3237 + " mSystemBooted=" + mSystemBooted, here); in enableScreenIfNeededLocked()3242 if (!mSystemBooted && !mShowingBootMessages) { in enableScreenIfNeededLocked()3271 + " mSystemBooted=" + mSystemBooted in performEnableScreen()3277 if (!mSystemBooted && !mShowingBootMessages) { in performEnableScreen()3361 + " mSystemBooted=" + mSystemBooted, here); in showBootMessage()3372 if (mSystemBooted) { in showBootMessage()[all …]
3542 "******** booted=" + mWmService.mSystemBooted in checkWaitingForWindows()3550 if (!mWmService.mSystemBooted && !mHaveBootMsg) { in checkWaitingForWindows()3556 if (mWmService.mSystemBooted in checkWaitingForWindows()
469 boolean mSystemBooted; field in PhoneWindowManager3653 if (!mSystemBooted) { in interceptKeyBeforeQueueing()4847 if (mSystemBooted) { in systemReady()4860 mSystemBooted = true; in systemBooted()5434 pw.print(" mSystemBooted="); pw.println(mSystemBooted); in dump()