Searched refs:mSystemBooted (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java532 boolean mSystemBooted = false; field in class:WindowManagerService
3418 + " mSystemBooted=" + mSystemBooted, here);
3420 if (mSystemBooted) {
3423 mSystemBooted = true;
3449 + " mSystemBooted=" + mSystemBooted, here);
3454 if (!mSystemBooted && !mShowingBootMessages) {
3483 + " mSystemBooted=" + mSystemBooted
[all...]
H A DDisplayContent.java2592 "******** booted=" + mService.mSystemBooted
2600 if (!mService.mSystemBooted && !mHaveBootMsg) {
2606 if (mService.mSystemBooted
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java524 boolean mSystemBooted; field in class:PhoneWindowManager
5924 if (!mSystemBooted) {
7368 if (mSystemBooted) {
7384 mSystemBooted = true;
8305 pw.print(" mSystemBooted="); pw.println(mSystemBooted);

Completed in 92 milliseconds