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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java429 boolean mSystemBooted = false; field in class:WindowManagerService
4797 + " mSystemBooted=" + mSystemBooted, here);
4799 if (mSystemBooted) {
4802 mSystemBooted = true;
4822 + " mSystemBooted=" + mSystemBooted, here);
4827 if (!mSystemBooted && !mShowingBootMessages) {
4852 + " mSystemBooted=" + mSystemBooted, her
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java317 boolean mSystemBooted; field in class:PhoneWindowManager
2709 if (!mSystemBooted) {
3393 mSystemBooted = true;
3747 pw.print(" mSystemBooted="); pw.println(mSystemBooted);

Completed in 76 milliseconds