Home
last modified time | relevance | path

Searched refs:fullHistory (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsRecorder.java537 public void dumpLocked(IndentingPrintWriter pw, boolean fullHistory) { in dumpLocked() argument
541 if (fullHistory) { in dumpLocked()
DNetworkStatsService.java2875 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);
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsHistory.java905 public void dump(IndentingPrintWriter pw, boolean fullHistory) { in dump() argument
910 final int start = fullHistory ? 0 : Math.max(0, bucketCount - 32); in dump()