Searched refs:aggregateTime (Results 1 – 1 of 1) sorted by relevance
1404 long aggregateTime; field in AlarmManagerService.FilterStats1420 + ", aggregateTime=" + aggregateTime in toString()1433 proto.write(FilterStatsProto.TOTAL_FLIGHT_DURATION_MS, aggregateTime); in writeToProto()1447 long aggregateTime; field in AlarmManagerService.BroadcastStats1464 + ", aggregateTime=" + aggregateTime in toString()1477 proto.write(BroadcastStatsProto.TOTAL_FLIGHT_DURATION_MS, aggregateTime); in writeToProto()2450 if (lhs.aggregateTime < rhs.aggregateTime) { in dumpImpl()2452 } else if (lhs.aggregateTime > rhs.aggregateTime) { in dumpImpl()2490 TimeUtils.formatDuration(fs.aggregateTime, pw); in dumpImpl()2513 pw.print(" "); TimeUtils.formatDuration(bs.aggregateTime, pw); in dumpImpl()[all …]