Searched refs:totalWindowWakelock (Results 1 – 1 of 1) sorted by relevance
6287 long totalFullWakelock = 0, totalPartialWakelock = 0, totalWindowWakelock = 0; in dumpLocked()6317 totalWindowWakelock += computeWakeLock(wl.getWakeTime(WAKE_TYPE_WINDOW), in dumpLocked()6339 totalWindowWakelock != 0) { in dumpLocked()6373 if (totalWindowWakelock != 0) { in dumpLocked()6378 formatTimeMs(sb, totalWindowWakelock); in dumpLocked() argument