Home
last modified time | relevance | path

Searched refs:getDailySystemIoUsageSummaries (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java421 mService.getDailySystemIoUsageSummaries( in testGetDailySystemIoUsageSummaries()
456 mService.getDailySystemIoUsageSummaries( in testGetDailySystemIoUsageSummariesWithLowSystemTotalWrittenBytes()
482 mService.getDailySystemIoUsageSummaries( in testGetDailySystemIoUsageSummariesWithoutStats()
DCarWatchdogServiceUnitTest.java1140 .getDailySystemIoUsageSummaries(anyLong(), anyLong(), anyLong()); in mockWatchdogStorage()
DWatchdogPerfHandlerUnitTest.java3850 verify(mSpiedWatchdogStorage).getDailySystemIoUsageSummaries( in verifyAndGetSystemIoUsageSummaries()
4693 .getDailySystemIoUsageSummaries(anyLong(), anyLong(), anyLong()); in mockWatchdogStorage()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java325 public @Nullable List<AtomsProto.CarWatchdogDailyIoUsageSummary> getDailySystemIoUsageSummaries( in getDailySystemIoUsageSummaries() method in WatchdogStorage
DWatchdogPerfHandler.java2246 mWatchdogStorage.getDailySystemIoUsageSummaries( in pullSystemIoUsageSummaryStatsEvents()