Searched refs:totalRunningDuration (Results 1 – 1 of 1) sorted by relevance
1086 final long totalRunningDuration = getTotalRunningDuration(now); in dumpPss() local1087 if (totalRunningDuration != 0) { in dumpPss()1090 TimeUtils.formatDuration(totalRunningDuration, pw); in dumpPss()1538 final long totalRunningDuration = getTotalRunningDuration(now); in dumpDebug() local1539 if (totalRunningDuration > 0) { in dumpDebug()1541 proto.write(ProcessStatsStateProto.DURATION_MS, totalRunningDuration); in dumpDebug()