Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessState.java1049 final long totalRunningDuration = getTotalRunningDuration(now); in dumpPss() local
1050 if (totalRunningDuration != 0) { in dumpPss()
1053 TimeUtils.formatDuration(totalRunningDuration, pw); in dumpPss()
1501 final long totalRunningDuration = getTotalRunningDuration(now); in dumpDebug() local
1502 if (totalRunningDuration > 0) { in dumpDebug()
1504 proto.write(ProcessStatsStateProto.DURATION_MS, totalRunningDuration); in dumpDebug()