Searched refs:mSystemBooted (Results 1 – 3 of 3) sorted by relevance
524 boolean mSystemBooted = false; field in WindowManagerService3361 + " mSystemBooted=" + mSystemBooted, here); in enableScreenAfterBoot()3363 if (mSystemBooted) { in enableScreenAfterBoot()3366 mSystemBooted = true; in enableScreenAfterBoot()3392 + " mSystemBooted=" + mSystemBooted, here); in enableScreenIfNeededLocked()3397 if (!mSystemBooted && !mShowingBootMessages) { in enableScreenIfNeededLocked()3426 + " mSystemBooted=" + mSystemBooted in performEnableScreen()3432 if (!mSystemBooted && !mShowingBootMessages) { in performEnableScreen()3512 + " mSystemBooted=" + mSystemBooted, here); in showBootMessage()3523 if (mSystemBooted) { in showBootMessage()[all …]
2566 "******** booted=" + mService.mSystemBooted in checkWaitingForWindows()2574 if (!mService.mSystemBooted && !mHaveBootMsg) { in checkWaitingForWindows()2580 if (mService.mSystemBooted in checkWaitingForWindows()
536 boolean mSystemBooted; field in PhoneWindowManager5858 if (!mSystemBooted) { in interceptKeyBeforeQueueing()7262 if (mSystemBooted) { in systemReady()7278 mSystemBooted = true; in systemBooted()8199 pw.print(" mSystemBooted="); pw.println(mSystemBooted); in dump()