Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java859 DumpUtils.printPercent(pw, (double) totalDuration / (double) totalTime); in dumpStats()
885 DumpUtils.printPercent(pw, (double) totalDuration / (double) totalTime); in dumpStats()
952 DumpUtils.printPercent(pw, (double) cont.mActiveTime / (double) totalTime); in dumpSources()
975 DumpUtils.printPercent(pw, (double) cont.mTotalTime / (double) totalTime); in dumpSources()
1021 DumpUtils.printPercent(pw, (double) duration / (double) totalTime); in dumpActiveDurationSummary()
1058 DumpUtils.printPercent(pw, (double) time / (double) overallTime); in dumpTime()
DDumpUtils.java315 public static void printPercent(PrintWriter pw, double fraction) { in printPercent() method in DumpUtils
DServiceState.java448 DumpUtils.printPercent(pw, (double)myTime/(double)totalTime); in dumpStats()
DProcessStats.java2704 DumpUtils.printPercent(pw, (double) totalTime / (double) overallTime); in print()