Searched refs:totalPartialWakelock (Results 1 – 1 of 1) sorted by relevance
5653 long totalFullWakelock = 0, totalPartialWakelock = 0, totalWindowWakelock = 0; in dumpLocked()5681 totalPartialWakelock += computeWakeLock(wl.getWakeTime(WAKE_TYPE_PARTIAL), in dumpLocked()5704 totalFullWakelock != 0 || totalPartialWakelock != 0 || in dumpLocked()5715 if (totalPartialWakelock != 0) { in dumpLocked()5720 formatTimeMs(sb, totalPartialWakelock); in dumpLocked() argument