Searched refs:dumpSummary (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 402 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()
|
D | DumpUtils.java | 471 proc.dumpSummary(pw, prefix, header, screenStates, memStates, procStates, now, in dumpProcessSummaryLocked()
|
D | ProcessStats.java | 1515 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()
|
D | ProcessState.java | 904 public void dumpSummary(PrintWriter pw, String prefix, String header, in dumpSummary() method in ProcessState
|