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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java272 static final boolean DEBUG_WAKEUP = false; field in class:PhoneWindowManager
473 if (DEBUG_WAKEUP) Slog.i(TAG, "All windows ready for display!");
480 if (DEBUG_WAKEUP) Slog.d(TAG, "mKeyguardDelegate.ShowListener.onDrawn.");
861 if (DEBUG_WAKEUP) Slog.w(TAG, "Setting mKeyguardDrawComplete");
869 if (DEBUG_WAKEUP) Slog.w(TAG, "Setting mWindowManagerDrawComplete");
6647 if (DEBUG_WAKEUP) Slog.i(TAG, "Started going to sleep... (why=" + why + ")");
6661 if (DEBUG_WAKEUP) Slog.i(TAG, "Finished going to sleep... (why=" + why + ")");
6686 if (DEBUG_WAKEUP) Slog.i(TAG, "Started waking up...");
6708 if (DEBUG_WAKEUP) Slog.i(TAG, "Finished waking up...");
6756 if (DEBUG_WAKEUP) Slo
[all...]

Completed in 77 milliseconds