Searched refs:mSystemBooted (Results 1 – 3 of 3) sorted by relevance
578 boolean mSystemBooted = false; field in WindowManagerService3221 + " mSystemBooted=" + mSystemBooted, here); in enableScreenAfterBoot()3223 if (mSystemBooted) { in enableScreenAfterBoot()3226 mSystemBooted = true; in enableScreenAfterBoot()3252 + " mSystemBooted=" + mSystemBooted, here); in enableScreenIfNeededLocked()3257 if (!mSystemBooted && !mShowingBootMessages) { in enableScreenIfNeededLocked()3286 + " mSystemBooted=" + mSystemBooted in performEnableScreen()3292 if (!mSystemBooted && !mShowingBootMessages) { in performEnableScreen()3376 + " mSystemBooted=" + mSystemBooted, here); in showBootMessage()3387 if (mSystemBooted) { in showBootMessage()[all …]
3554 "******** booted=" + mWmService.mSystemBooted in checkWaitingForWindows()3562 if (!mWmService.mSystemBooted && !mHaveBootMsg) { in checkWaitingForWindows()3568 if (mWmService.mSystemBooted in checkWaitingForWindows()
472 boolean mSystemBooted; field in PhoneWindowManager3668 if (!mSystemBooted) { in interceptKeyBeforeQueueing()4866 if (mSystemBooted) { in systemReady()4879 mSystemBooted = true; in systemBooted()5453 pw.print(" mSystemBooted="); pw.println(mSystemBooted); in dump()