Home
last modified time | relevance | path

Searched refs:getAggregateIoStats (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DCarStorageMonitoringManager.java252 public List<IoStatsEntry> getAggregateIoStats() { in getAggregateIoStats() method in CarStorageMonitoringManager
254 return mService.getAggregateIoStats(); in getAggregateIoStats()
DICarStorageMonitoring.aidl58 List<IoStatsEntry> getAggregateIoStats() = 5; in getAggregateIoStats() method
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/storagelifetime/
DStorageLifetimeFragment.java89 final List<IoStatsEntry> totals = mStorageManager.getAggregateIoStats();
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java630 public List<IoStatsEntry> getAggregateIoStats() { in getAggregateIoStats() method
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarStorageMonitoringTest.java506 List<IoStatsEntry> aggregateIoStats = mCarStorageMonitoringManager.getAggregateIoStats(); in testAggregateIoStats()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt930 method TIRAMISU_0 List<IoStatsEntry> getAggregateIoStats();
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2302 …ONITORING) public java.util.List<android.car.storagemonitoring.IoStatsEntry> getAggregateIoStats();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2302 …ONITORING) public java.util.List<android.car.storagemonitoring.IoStatsEntry> getAggregateIoStats();
Dtest-current.txt2383 …ONITORING) public java.util.List<android.car.storagemonitoring.IoStatsEntry> getAggregateIoStats();
Dsystem-lint-baseline.txt540 MissingNullability: android.car.storagemonitoring.CarStorageMonitoringManager#getAggregateIoStats():
541 Missing nullability on method `getAggregateIoStats` return