Searched refs:fullHistory (Results 1 – 3 of 3) sorted by relevance
459 public void dumpLocked(IndentingPrintWriter pw, boolean fullHistory) { in dumpLocked() argument463 if (fullHistory) { in dumpLocked()
1687 final boolean fullHistory = argSet.contains("--full") || argSet.contains("full"); in dump()1794 mDevRecorder.dumpLocked(pw, fullHistory); in dump()1799 mXtRecorder.dumpLocked(pw, fullHistory); in dump()1805 mUidRecorder.dumpLocked(pw, fullHistory); in dump()1812 mUidTagRecorder.dumpLocked(pw, fullHistory); in dump()
647 public void dump(IndentingPrintWriter pw, boolean fullHistory) { in dump() argument652 final int start = fullHistory ? 0 : Math.max(0, bucketCount - 32); in dump()