Searched refs:aggregateTime (Results 1 – 1 of 1) sorted by relevance
867 long aggregateTime; field in AlarmManagerService.FilterStats883 long aggregateTime; field in AlarmManagerService.BroadcastStats1514 if (lhs.aggregateTime < rhs.aggregateTime) { in dumpImpl()1516 } else if (lhs.aggregateTime > rhs.aggregateTime) { in dumpImpl()1553 TimeUtils.formatDuration(fs.aggregateTime, pw); in dumpImpl()1576 pw.print(" "); TimeUtils.formatDuration(bs.aggregateTime, pw); in dumpImpl()1588 TimeUtils.formatDuration(fs.aggregateTime, pw); in dumpImpl()2861 bs.aggregateTime += nowELAPSED - bs.startTime; in updateStatsLocked()2867 fs.aggregateTime += nowELAPSED - fs.startTime; in updateStatsLocked()