Home
last modified time | relevance | path

Searched refs:recentActTs (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryExemptionTracker.java322 long recentActTs = 0, overlappingDuration = 0; in add() local
333 ? (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()