Searched refs:mSystemBooted (Results 1 – 2 of 2) sorted by relevance
471 boolean mSystemBooted = false; field in WindowManagerService5655 + " mSystemBooted=" + mSystemBooted, here); in enableScreenAfterBoot()5657 if (mSystemBooted) { in enableScreenAfterBoot()5660 mSystemBooted = true; in enableScreenAfterBoot()5686 + " mSystemBooted=" + mSystemBooted, here); in enableScreenIfNeededLocked()5691 if (!mSystemBooted && !mShowingBootMessages) { in enableScreenIfNeededLocked()5741 Slog.i(TAG, "******** booted=" + mSystemBooted + " msg=" + mShowingBootMessages in checkWaitingForWindowsLocked()5749 if (!mSystemBooted && !haveBootMsg) { in checkWaitingForWindowsLocked()5756 if (mSystemBooted && ((!haveApp && !haveKeyguard) || in checkWaitingForWindowsLocked()5769 + " mSystemBooted=" + mSystemBooted in performEnableScreen()[all …]
333 boolean mSystemBooted; field in PhoneWindowManager4483 if (!mSystemBooted) { in interceptKeyBeforeQueueing()5571 mSystemBooted = true; in systemBooted()6210 pw.print(" mSystemBooted="); pw.println(mSystemBooted); in dump()