Searched refs:recentActTs (Results 1 – 1 of 1) sorted by relevance
322 long recentActTs = 0, overlappingDuration = 0; in add() local333 ? (lts - recentActTs) : 0; in add()341 overlappingDuration += overlapping && actl ? (lts - recentActTs) : 0; in add()347 overlappingDuration += overlapping && actr ? (rts - recentActTs) : 0; in add()353 recentActTs = earliest.getTimestamp(); in add()