Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java402 long now, long totalTime, boolean dumpSummary, boolean dumpAll) { in dumpStats() argument
405 mRunStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
408 mStartedStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
411 mForegroundStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
414 mBoundStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
417 mExecStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
DDumpUtils.java471 proc.dumpSummary(pw, prefix, header, screenStates, memStates, procStates, now, in dumpProcessSummaryLocked()
DProcessStats.java1515 public void dumpLocked(PrintWriter pw, String reqPackage, long now, boolean dumpSummary, in dumpLocked() argument
1617 if (!dumpSummary || dumpAll) { in dumpLocked()
1686 now, totalTime, dumpSummary, dumpAll); in dumpLocked()
1842 if (dumpSummary) { in dumpLocked()
DProcessState.java904 public void dumpSummary(PrintWriter pw, String prefix, String header, in dumpSummary() method in ProcessState