Home
last modified time | relevance | path

Searched refs:foreground_read_bytes (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DUidIoRecord.java32 public final long foreground_read_bytes; field in UidIoRecord
45 long foreground_read_bytes, in UidIoRecord() argument
57 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()
H A DIoStatsEntry.java99 record.foreground_read_bytes, in IoStatsEntry()
196 && record.foreground_read_bytes == foreground.bytesReadFromStorage in representsSameMetrics()
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DProcfsUidIoStatsProvider.java76 long foreground_read_bytes = Long.valueOf(tokenizer.nextToken()); in load() local
88 foreground_read_bytes, in load()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DIoStatsTrackerTest.java251 private long foreground_read_bytes; field in IoStatsTrackerTest.UserActivity
276 foreground_read_bytes, in updateSystemState()
H A DCarStorageMonitoringTest.java542 assertThat(delta.foreground_read_bytes).isEqualTo(0); in testUidIoStatsRecordDelta()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java480 oldRecord1000.foreground_read_bytes, in testAggregateIoStats()
531 oldRecord0.foreground_read_bytes, in testIoStatsDeltas()
562 newRecord0.foreground_read_bytes, in testIoStatsDeltas()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt1227 field public final long foreground_read_bytes;