Searched refs:totalWindowWakelock (Results 1 – 1 of 1) sorted by relevance
5686 long totalFullWakelock = 0, totalPartialWakelock = 0, totalWindowWakelock = 0; in dumpLocked()5716 totalWindowWakelock += computeWakeLock(wl.getWakeTime(WAKE_TYPE_WINDOW), in dumpLocked()5738 totalWindowWakelock != 0) { in dumpLocked()5772 if (totalWindowWakelock != 0) { in dumpLocked()5777 formatTimeMs(sb, totalWindowWakelock); in dumpLocked() argument