Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DUidIoRecord.java33 public final long foreground_write_bytes; field in UidIoRecord
46 long foreground_write_bytes, in UidIoRecord() argument
58 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()
H A DIoStatsEntry.java100 record.foreground_write_bytes, in IoStatsEntry()
197 && record.foreground_write_bytes == foreground.bytesWrittenToStorage in representsSameMetrics()
/aosp12/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DProcfsUidIoStatsProvider.java77 long foreground_write_bytes = Long.valueOf(tokenizer.nextToken()); in load() local
89 foreground_write_bytes, in load()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
H A DIoStatsTrackerTest.java252 private long foreground_write_bytes; field in IoStatsTrackerTest.UserActivity
277 foreground_write_bytes, in updateSystemState()
H A DCarStorageMonitoringTest.java543 assertThat(delta.foreground_write_bytes).isEqualTo(10); in testUidIoStatsRecordDelta()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarStorageMonitoringTest.java481 oldRecord1000.foreground_write_bytes + 100, in testAggregateIoStats()
532 oldRecord0.foreground_write_bytes + 50, in testIoStatsDeltas()
563 newRecord0.foreground_write_bytes, in testIoStatsDeltas()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt1229 field public final long foreground_write_bytes;