Home
last modified time | relevance | path

Searched defs:startMonotonicTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsSpan.java76 public final long startMonotonicTime; field in PowerStatsSpan.TimeFrame
82 TimeFrame(long startMonotonicTime, @CurrentTimeMillisLong long startTime, in TimeFrame()
DPowerStatsExporter.java76 long startMonotonicTime = timeFrame.startMonotonicTime; in exportAggregatedPowerStats() local