Home
last modified time | relevance | path

Searched refs:wipeOnError (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsRecorderTest.java86 private NetworkStatsRecorder buildRecorder(FileRotator rotator, boolean wipeOnError) { in buildRecorder() argument
88 HOUR_IN_MILLIS, false /* includeTags */, wipeOnError, in buildRecorder()
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsRecorder.java129 boolean wipeOnError, boolean useFastDataInput, @Nullable File statsDir) { in NetworkStatsRecorder() argument
137 mWipeOnError = wipeOnError; in NetworkStatsRecorder()
DNetworkStatsService.java1096 File baseDir, boolean wipeOnError, boolean useFastDataInput) {
1102 wipeOnError, useFastDataInput, baseDir);
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java2525 boolean includeTags, boolean wipeOnError) { in makeTestRecorder() argument
2531 observer, dropBox, prefix, config.bucketDuration, includeTags, wipeOnError, in makeTestRecorder()