HomeSort by relevance Sort by last modified time
    Searched refs:foreground_write_bytes (Results 1 - 6 of 6) sorted by null

  /packages/services/Car/car-lib/src/android/car/storagemonitoring/
UidIoRecord.java 33 public final long foreground_write_bytes; field in class:UidIoRecord
46 long foreground_write_bytes,
58 this.foreground_write_bytes = foreground_write_bytes;
78 foreground_write_bytes - other.foreground.bytesWrittenToStorage,
97 foreground_write_bytes - other.foreground_write_bytes,
IoStatsEntry.java 97 record.foreground_write_bytes,
189 record.foreground_write_bytes == foreground.bytesWrittenToStorage &&
  /packages/services/Car/service/src/com/android/car/storagemonitoring/
ProcfsUidIoStatsProvider.java 75 long foreground_write_bytes = Long.valueOf(tokenizer.nextToken()); local
87 foreground_write_bytes,
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
IoStatsTrackerTest.java 249 private long foreground_write_bytes; field in class:IoStatsTrackerTest.UserActivity
274 foreground_write_bytes,
CarStorageMonitoringTest.java 464 assertEquals(10, delta.foreground_write_bytes);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarStorageMonitoringTest.java 522 oldRecord1000.foreground_write_bytes + 100,
571 oldRecord0.foreground_write_bytes + 50,
602 newRecord0.foreground_write_bytes,
    [all...]

Completed in 118 milliseconds