Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsScheduler.java234 long endMonotonicTime = timeFrame.startMonotonicTime + timeFrame.duration; in getLastSavedSpanEndMonotonicTime() local
235 if (endMonotonicTime > mLastSavedSpanEndMonotonicTime) { in getLastSavedSpanEndMonotonicTime()
236 mLastSavedSpanEndMonotonicTime = endMonotonicTime; in getLastSavedSpanEndMonotonicTime()
DPowerStatsExporter.java77 long endMonotonicTime = startMonotonicTime + timeFrame.duration; in exportAggregatedPowerStats() local
81 if (endMonotonicTime > spanMaxTime) { in exportAggregatedPowerStats()
82 spanMaxTime = endMonotonicTime; in exportAggregatedPowerStats()