Searched refs:foregroundActivityTimer (Results 1 – 1 of 1) sorted by relevance
304 final BatteryStats.Timer foregroundActivityTimer = uid.getForegroundActivityTimer(); in getProcessForegroundTimeMs() local305 if (foregroundActivityTimer != null) { in getProcessForegroundTimeMs()306 foregroundActivityDurationUs = foregroundActivityTimer.getTotalTimeLocked(realtimeUs, in getProcessForegroundTimeMs()