Searched refs:background_write_bytes (Results 1 – 7 of 7) sorted by relevance
39 public final long background_write_bytes; field in UidIoRecord51 long background_write_bytes, in UidIoRecord() argument64 this.background_write_bytes = background_write_bytes; in UidIoRecord()83 background_write_bytes - other.background.bytesWrittenToStorage, in delta()102 background_write_bytes - other.background_write_bytes, in delta()
105 record.background_write_bytes, in IoStatsEntry()202 && record.background_write_bytes == background.bytesWrittenToStorage in representsSameMetrics()
81 long background_write_bytes = Long.valueOf(tokenizer.nextToken()); in load() local94 background_write_bytes, in load()
258 private long background_write_bytes; field in IoStatsTrackerTest.UserActivity282 background_write_bytes, in updateSystemState()
549 assertThat(delta.background_write_bytes).isEqualTo(10); in testUidIoStatsRecordDelta()
486 oldRecord1000.background_write_bytes, in testAggregateIoStats()537 oldRecord0.background_write_bytes, in testIoStatsDeltas()568 newRecord0.background_write_bytes + 30, in testIoStatsDeltas()
1224 field public final long background_write_bytes;