Searched refs:foreground_write_bytes (Results 1 – 7 of 7) sorted by relevance
33 public final long foreground_write_bytes; field in UidIoRecord46 long foreground_write_bytes, in UidIoRecord() argument58 this.foreground_write_bytes = foreground_write_bytes; in UidIoRecord()78 foreground_write_bytes - other.foreground.bytesWrittenToStorage, in delta()97 foreground_write_bytes - other.foreground_write_bytes, in delta()
100 record.foreground_write_bytes, in IoStatsEntry()197 && record.foreground_write_bytes == foreground.bytesWrittenToStorage in representsSameMetrics()
77 long foreground_write_bytes = Long.valueOf(tokenizer.nextToken()); in load() local89 foreground_write_bytes, in load()
252 private long foreground_write_bytes; field in IoStatsTrackerTest.UserActivity277 foreground_write_bytes, in updateSystemState()
543 assertThat(delta.foreground_write_bytes).isEqualTo(10); in testUidIoStatsRecordDelta()
481 oldRecord1000.foreground_write_bytes + 100, in testAggregateIoStats()532 oldRecord0.foreground_write_bytes + 50, in testIoStatsDeltas()563 newRecord0.foreground_write_bytes, in testIoStatsDeltas()
1229 field public final long foreground_write_bytes;