Home
last modified time | relevance | path

Searched refs:mSystemBooted (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java658 boolean mSystemBooted = false; field in WindowManagerService
3546 if (mSystemBooted) { in enableScreenAfterBoot()
3549 mSystemBooted = true; in enableScreenAfterBoot()
3572 mDisplayEnabled, mForceDisplayEnabled, mShowingBootMessages, mSystemBooted, in enableScreenIfNeededLocked()
3577 if (!mSystemBooted && !mShowingBootMessages) { in enableScreenIfNeededLocked()
3606 mForceDisplayEnabled, mShowingBootMessages, mSystemBooted, mOnlyCore, in performEnableScreen()
3611 if (!mSystemBooted && !mShowingBootMessages) { in performEnableScreen()
3705 mShowingBootMessages, mSystemBooted, in showBootMessage()
3716 if (mSystemBooted) { in showBootMessage()
3731 mShowingBootMessages, mSystemBooted, in hideBootMessagesLocked()
[all …]
H A DDisplayContent.java4348 mWmService.mSystemBooted, mWmService.mShowingBootMessages, haveBootMsg, in shouldWaitForSystemDecorWindowsOnBoot()
4353 if (!mWmService.mSystemBooted && !haveBootMsg) { in shouldWaitForSystemDecorWindowsOnBoot()
4359 if (mWmService.mSystemBooted in shouldWaitForSystemDecorWindowsOnBoot()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java473 boolean mSystemBooted; field in PhoneWindowManager
3403 if (!mSystemBooted) { in interceptKeyBeforeQueueing()
4726 if (mSystemBooted) { in systemReady()
4740 mSystemBooted = true; in systemBooted()
5323 pw.print(" mSystemBooted="); pw.println(mSystemBooted); in dump()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java558 mWm.mSystemBooted = true; in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay()
579 mWm.mSystemBooted = true; in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()