Searched refs:totalPartialWakelock (Results 1 – 1 of 1) sorted by relevance
5546 long totalFullWakelock = 0, totalPartialWakelock = 0, totalWindowWakelock = 0; in dumpLocked() local5574 totalPartialWakelock += computeWakeLock(wl.getWakeTime(WAKE_TYPE_PARTIAL), in dumpLocked()5597 totalFullWakelock != 0 || totalPartialWakelock != 0 || in dumpLocked()5608 if (totalPartialWakelock != 0) { in dumpLocked()5613 formatTimeMs(sb, totalPartialWakelock); in dumpLocked()