Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java508 mService.getTopUsersDailyIoUsageSummaries(/* numTopUsers= */ 3, in testGetTopUsersDailyIoUsageSummaries()
564 mService.getTopUsersDailyIoUsageSummaries(/* numTopUsers= */ 3, in testGetTopUsersDailyIoUsageSummariesWithLowSystemTotalWrittenBytes()
590 mService.getTopUsersDailyIoUsageSummaries(/* numTopUsers= */ 3, in testGetTopUsersDailyIoUsageSummariesWithoutStats()
DCarWatchdogServiceUnitTest.java1155 .getTopUsersDailyIoUsageSummaries(anyInt(), anyLong(), anyLong(), anyLong()); in mockWatchdogStorage()
DWatchdogPerfHandlerUnitTest.java3899 verify(mSpiedWatchdogStorage).getTopUsersDailyIoUsageSummaries( in verifyAndGetUidIoUsageSummaries()
4708 .getTopUsersDailyIoUsageSummaries(anyInt(), anyLong(), anyLong(), anyLong()); in mockWatchdogStorage()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java352 public @Nullable List<UserPackageDailySummaries> getTopUsersDailyIoUsageSummaries( in getTopUsersDailyIoUsageSummaries() method in WatchdogStorage
DWatchdogPerfHandler.java2272 mWatchdogStorage.getTopUsersDailyIoUsageSummaries(mUidIoUsageSummaryTopCount * 2, in pullUidIoUsageSummaryStatsEvents()