Searched refs:totalWindowWakelock (Results 1 – 1 of 1) sorted by relevance
5653 long totalFullWakelock = 0, totalPartialWakelock = 0, totalWindowWakelock = 0; in dumpLocked()5683 totalWindowWakelock += computeWakeLock(wl.getWakeTime(WAKE_TYPE_WINDOW), in dumpLocked()5705 totalWindowWakelock != 0) { in dumpLocked()5739 if (totalWindowWakelock != 0) { in dumpLocked()5744 formatTimeMs(sb, totalWindowWakelock); in dumpLocked() argument