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

/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java367 public void dumpLocked(IndentingPrintWriter pw, boolean fullHistory) { argument
369 if (fullHistory) {
H A DNetworkStatsService.java1115 final boolean fullHistory = argSet.contains("--full") || argSet.contains("full");
1150 mDevRecorder.dumpLocked(pw, fullHistory);
1155 mXtRecorder.dumpLocked(pw, fullHistory);
1161 mUidRecorder.dumpLocked(pw, fullHistory);
1168 mUidTagRecorder.dumpLocked(pw, fullHistory);
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java576 public void dump(IndentingPrintWriter pw, boolean fullHistory) { argument
580 final int start = fullHistory ? 0 : Math.max(0, bucketCount - 32);

Completed in 49 milliseconds