Searched refs:fullHistory (Results 1 – 3 of 3) sorted by relevance
537 public void dumpLocked(IndentingPrintWriter pw, boolean fullHistory) { in dumpLocked() argument541 if (fullHistory) { in dumpLocked()
2875 final boolean fullHistory = argSet.contains("--full") || argSet.contains("full");3056 if (fullHistory) {3065 mXtRecorder.dumpLocked(pw, fullHistory);3071 mUidRecorder.dumpLocked(pw, fullHistory);3078 mUidTagRecorder.dumpLocked(pw, fullHistory);
905 public void dump(IndentingPrintWriter pw, boolean fullHistory) { in dump() argument910 final int start = fullHistory ? 0 : Math.max(0, bucketCount - 32); in dump()