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()
1715 final boolean fullHistory = argSet.contains("--full") || argSet.contains("full");1822 mDevRecorder.dumpLocked(pw, fullHistory);1827 mXtRecorder.dumpLocked(pw, fullHistory);1833 mUidRecorder.dumpLocked(pw, fullHistory);1840 mUidTagRecorder.dumpLocked(pw, fullHistory);
661 public void dump(IndentingPrintWriter pw, boolean fullHistory) { in dump() argument666 final int start = fullHistory ? 0 : Math.max(0, bucketCount - 32); in dump()