Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java177 static final boolean DEBUG_WAKEUP = false; field in PhoneWindowManager
376 if (DEBUG_WAKEUP) Slog.i(TAG, "All windows ready for display!");
383 if (DEBUG_WAKEUP) Slog.d(TAG, "mKeyguardDelegate.ShowListener.onDrawn.");
747 if (DEBUG_WAKEUP) Slog.w(TAG, "Setting mKeyguardDrawComplete"); in handleMessage()
755 if (DEBUG_WAKEUP) Slog.w(TAG, "Setting mWindowManagerDrawComplete"); in handleMessage()
6083 if (DEBUG_WAKEUP) Slog.i(TAG, "Started going to sleep... (why=" + why + ")"); in startedGoingToSleep()
6095 if (DEBUG_WAKEUP) Slog.i(TAG, "Finished going to sleep... (why=" + why + ")"); in finishedGoingToSleep()
6119 if (DEBUG_WAKEUP) Slog.i(TAG, "Started waking up..."); in startedWakingUp()
6141 if (DEBUG_WAKEUP) Slog.i(TAG, "Finished waking up..."); in finishedWakingUp()
6185 if (DEBUG_WAKEUP) Slog.i(TAG, "Screen turned off..."); in screenTurnedOff()
[all …]