Searched refs:startMonotonicTime (Results 1 – 5 of 5) sorted by relevance
76 long startMonotonicTime = timeFrame.startMonotonicTime; in exportAggregatedPowerStats() local77 long endMonotonicTime = startMonotonicTime + timeFrame.duration; in exportAggregatedPowerStats()78 if (startMonotonicTime < spanMinTime) { in exportAggregatedPowerStats()79 spanMinTime = startMonotonicTime; in exportAggregatedPowerStats()
76 public final long startMonotonicTime; field in PowerStatsSpan.TimeFrame82 TimeFrame(long startMonotonicTime, @CurrentTimeMillisLong long startTime, in TimeFrame() argument84 this.startMonotonicTime = startMonotonicTime; in TimeFrame()92 serializer.attributeLong(null, XML_ATTR_MONOTONIC, startMonotonicTime); in write()110 .append(" (monotonic=").append(startMonotonicTime).append(") ") in dump()
234 long endMonotonicTime = timeFrame.startMonotonicTime + timeFrame.duration; in getLastSavedSpanEndMonotonicTime()
169 assertThat(timeFrame1.startMonotonicTime).isEqualTo(START_REALTIME + 123); in storeAggregatePowerStats()170 assertThat(timeFrame2.startMonotonicTime) in storeAggregatePowerStats()171 .isEqualTo(timeFrame1.startMonotonicTime + timeFrame1.duration); in storeAggregatePowerStats()
969 assertThat(timeFrames.get(0).startMonotonicTime).isEqualTo(7654321); in storeBatteryUsageStatsOnReset()