Searched refs:totalRunningDuration (Results 1 – 1 of 1) sorted by relevance
1049 final long totalRunningDuration = getTotalRunningDuration(now); in dumpPss() local1050 if (totalRunningDuration != 0) { in dumpPss()1053 TimeUtils.formatDuration(totalRunningDuration, pw); in dumpPss()1501 final long totalRunningDuration = getTotalRunningDuration(now); in dumpDebug() local1502 if (totalRunningDuration > 0) { in dumpDebug()1504 proto.write(ProcessStatsStateProto.DURATION_MS, totalRunningDuration); in dumpDebug()