Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java322 mService.getDailySystemIoUsageSummaries( in testGetDailySystemIoUsageSummaries()
351 mService.getDailySystemIoUsageSummaries( in testGetDailySystemIoUsageSummariesWithoutStats()
H A DCarWatchdogServiceUnitTest.java3596 when(mMockWatchdogStorage.getDailySystemIoUsageSummaries(anyLong(), anyLong())).thenAnswer( in mockWatchdogStorage()
4458 verify(mMockWatchdogStorage).getDailySystemIoUsageSummaries(startEpochSecond, in verifyAndGetSystemIoUsageSummaries()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogStorage.java230 public @Nullable List<AtomsProto.CarWatchdogDailyIoUsageSummary> getDailySystemIoUsageSummaries( in getDailySystemIoUsageSummaries() method in WatchdogStorage
H A DWatchdogPerfHandler.java1825 mWatchdogStorage.getDailySystemIoUsageSummaries(period.first.toEpochSecond(), in pullSystemIoUsageSummaryStatsEvents()