Searched refs:foreground_read_bytes (Results 1 – 7 of 7) sorted by relevance
32 public final long foreground_read_bytes; field in UidIoRecord45 long foreground_read_bytes, in UidIoRecord() argument57 this.foreground_read_bytes = foreground_read_bytes; in UidIoRecord()77 foreground_read_bytes - other.foreground.bytesReadFromStorage, in delta()96 foreground_read_bytes - other.foreground_read_bytes, in delta()
99 record.foreground_read_bytes, in IoStatsEntry()196 && record.foreground_read_bytes == foreground.bytesReadFromStorage in representsSameMetrics()
76 long foreground_read_bytes = Long.valueOf(tokenizer.nextToken()); in load() local88 foreground_read_bytes, in load()
251 private long foreground_read_bytes; field in IoStatsTrackerTest.UserActivity276 foreground_read_bytes, in updateSystemState()
542 assertThat(delta.foreground_read_bytes).isEqualTo(0); in testUidIoStatsRecordDelta()
480 oldRecord1000.foreground_read_bytes, in testAggregateIoStats()531 oldRecord0.foreground_read_bytes, in testIoStatsDeltas()562 newRecord0.foreground_read_bytes, in testIoStatsDeltas()
1227 field public final long foreground_read_bytes;