Searched refs:monotonicEndTime (Results 1 – 3 of 3) sorted by relevance
61 long monotonicStartTime, long monotonicEndTime) { in exportAggregatedPowerStats() argument86 if (!(spanMinTime >= monotonicStartTime && spanMaxTime < monotonicEndTime)) { in exportAggregatedPowerStats()109 if (!hasStoredSpans || maxEndTime < monotonicEndTime - mBatterySessionTimeSpanSlackMillis) { in exportAggregatedPowerStats()110 mPowerStatsAggregator.aggregatePowerStats(maxEndTime, monotonicEndTime, in exportAggregatedPowerStats()
191 long monotonicStartTime, monotonicEndTime; in getCurrentBatteryUsageStats() local194 monotonicEndTime = stats.getMonotonicEndTime(); in getCurrentBatteryUsageStats()249 monotonicStartTime, monotonicEndTime); in getCurrentBatteryUsageStats()
267 int monotonicStartTime, int monotonicEndTime) { in exportAggregatedPowerStats() argument271 exporter.exportAggregatedPowerStats(builder, monotonicStartTime, monotonicEndTime); in exportAggregatedPowerStats()