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.java362 long now, long totalTime, boolean dumpSummary, boolean dumpAll) { in dumpStats() argument
365 mRunStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
368 mStartedStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
371 mBoundStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
374 mExecStartTime, now, totalTime, !dumpSummary || dumpAll); in dumpStats()
DDumpUtils.java370 proc.dumpSummary(pw, prefix, screenStates, memStates, procStates, now, totalTime); in dumpProcessSummaryLocked()
DProcessStats.java1284 public void dumpLocked(PrintWriter pw, String reqPackage, long now, boolean dumpSummary, in dumpLocked() argument
1332 if (!dumpSummary || dumpAll) { in dumpLocked()
1394 now, totalTime, dumpSummary, dumpAll); in dumpLocked()
1452 if (dumpSummary) { in dumpLocked()
DProcessState.java772 public void dumpSummary(PrintWriter pw, String prefix, in dumpSummary() method in ProcessState