Searched refs:totalAccountedSize (Results 1 – 3 of 3) sorted by relevance
47 assertThat(result.totalAccountedSize()).isEqualTo(0L); in testEmpty()115 assertThat(result.totalAccountedSize()).isEqualTo(4); in testTotalSize()125 assertThat(result.totalAccountedSize()).isEqualTo(1); in testFileEndsWithPeriod()
78 mDownloadsSize = downloadsResult.totalAccountedSize(); in DiskStatsFileLogger()
284 public long totalAccountedSize() { in totalAccountedSize() method in FileCollector.MeasurementResult