Searched refs:mSystemBooted (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowManagerService.java | 628 boolean mSystemBooted = false; field in WindowManagerService 3619 if (mSystemBooted) { in enableScreenAfterBoot() 3622 mSystemBooted = true; in enableScreenAfterBoot() 3645 mDisplayEnabled, mForceDisplayEnabled, mShowingBootMessages, mSystemBooted, in enableScreenIfNeededLocked() 3650 if (!mSystemBooted && !mShowingBootMessages) { in enableScreenIfNeededLocked() 3679 mForceDisplayEnabled, mShowingBootMessages, mSystemBooted, in performEnableScreen() 3684 if (!mSystemBooted && !mShowingBootMessages) { in performEnableScreen() 3775 mShowingBootMessages, mSystemBooted, in showBootMessage() 3786 if (mSystemBooted) { in showBootMessage() 3801 mShowingBootMessages, mSystemBooted, in hideBootMessagesLocked() [all …]
|
H A D | DisplayContent.java | 4879 mWmService.mSystemBooted, mWmService.mShowingBootMessages, haveBootMsg, in shouldWaitForSystemDecorWindowsOnBoot() 4884 if (!mWmService.mSystemBooted && !haveBootMsg) { in shouldWaitForSystemDecorWindowsOnBoot() 4890 if (mWmService.mSystemBooted in shouldWaitForSystemDecorWindowsOnBoot()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 524 boolean mSystemBooted; field in PhoneWindowManager 4123 if (!mSystemBooted) { 5523 if (mSystemBooted) { 5537 mSystemBooted = true; 6168 pw.print(" mSystemBooted="); pw.println(mSystemBooted);
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 607 mWm.mSystemBooted = true; in testShouldWaitForSystemDecorWindowsOnBoot_OnDefaultDisplay() 628 mWm.mSystemBooted = true; in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
|