Home
last modified time | relevance | path

Searched refs:aggregateTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java1691 long aggregateTime; field in AlarmManagerService.FilterStats
1707 + ", aggregateTime=" + aggregateTime in toString()
1720 proto.write(FilterStatsProto.TOTAL_FLIGHT_DURATION_MS, aggregateTime); in dumpDebug()
1734 long aggregateTime; field in AlarmManagerService.BroadcastStats
1751 + ", 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 …]