Searched refs:aggregateTime (Results 1 – 1 of 1) sorted by relevance
1405 long aggregateTime; field in AlarmManagerService.FilterStats1421 + ", aggregateTime=" + aggregateTime in toString()1434 proto.write(FilterStatsProto.TOTAL_FLIGHT_DURATION_MS, aggregateTime); in writeToProto()1448 long aggregateTime; field in AlarmManagerService.BroadcastStats1465 + ", aggregateTime=" + aggregateTime in toString()1478 proto.write(BroadcastStatsProto.TOTAL_FLIGHT_DURATION_MS, aggregateTime); in writeToProto()2453 if (lhs.aggregateTime < rhs.aggregateTime) { in dumpImpl()2455 } else if (lhs.aggregateTime > rhs.aggregateTime) { in dumpImpl()2493 TimeUtils.formatDuration(fs.aggregateTime, pw); in dumpImpl()2516 pw.print(" "); TimeUtils.formatDuration(bs.aggregateTime, pw); in dumpImpl()[all …]