Searched refs:totalWindowWakelock (Results 1 – 1 of 1) sorted by relevance
5756 long totalFullWakelock = 0, totalPartialWakelock = 0, totalWindowWakelock = 0; in dumpLocked()5786 totalWindowWakelock += computeWakeLock(wl.getWakeTime(WAKE_TYPE_WINDOW), in dumpLocked()5808 totalWindowWakelock != 0) { in dumpLocked()5842 if (totalWindowWakelock != 0) { in dumpLocked()5847 formatTimeMs(sb, totalWindowWakelock); in dumpLocked() argument