Searched refs:aggregateTime (Results 1 – 1 of 1) sorted by relevance
1691 long aggregateTime; field in AlarmManagerService.FilterStats1707 + ", aggregateTime=" + aggregateTime in toString()1720 proto.write(FilterStatsProto.TOTAL_FLIGHT_DURATION_MS, aggregateTime); in dumpDebug()1734 long aggregateTime; field in AlarmManagerService.BroadcastStats1751 + ", aggregateTime=" + aggregateTime in toString()1764 proto.write(BroadcastStatsProto.TOTAL_FLIGHT_DURATION_MS, aggregateTime); in dumpDebug()3373 if (lhs.aggregateTime < rhs.aggregateTime) { in dumpImpl()3375 } else if (lhs.aggregateTime > rhs.aggregateTime) { in dumpImpl()3413 TimeUtils.formatDuration(fs.aggregateTime, pw); in dumpImpl()3444 TimeUtils.formatDuration(bs.aggregateTime, pw); in dumpImpl()[all …]