Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java310 .that(mService.getHistoricalIoOveruseStats( in testSaveIoOveruseStatsOutsideRetentionPeriod()
339 IoOveruseStats actual = mService.getHistoricalIoOveruseStats( in testGetHistoricalIoOveruseStats()
383 IoOveruseStats actual = mService.getHistoricalIoOveruseStats( in testGetHistoricalIoOveruseStatsWithNoRecentStats()
677 IoOveruseStats actual = mService.getHistoricalIoOveruseStats( in testDeleteUserPackageWithHistoricalIoOveruseStats()
725 IoOveruseStats actualSystemPackage = mService.getHistoricalIoOveruseStats( in testSyncUsersWithHistoricalIoOveruseStats()
727 IoOveruseStats actualVendorPackage = mService.getHistoricalIoOveruseStats( in testSyncUsersWithHistoricalIoOveruseStats()
766 IoOveruseStats actual = mService.getHistoricalIoOveruseStats( in testTruncateStatsOutsideRetentionPeriodOnDateChange()
785 actual = mService.getHistoricalIoOveruseStats( in testTruncateStatsOutsideRetentionPeriodOnDateChange()
DWatchdogPerfHandlerUnitTest.java2149 .getHistoricalIoOveruseStats(11, "third_party_package", 6); in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()
2156 .getHistoricalIoOveruseStats(12, "vendor_package.critical", 6); in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()
2333 .getHistoricalIoOveruseStats(11, "third_party_package", 6); in testGetAllResourceOveruseStatsWithMinimumForPast7days()
2340 .getHistoricalIoOveruseStats(12, "vendor_package.critical", 6); in testGetAllResourceOveruseStatsWithMinimumForPast7days()
2399 .getHistoricalIoOveruseStats(UserHandle.getUserId(uid), packageName, 6); in testGetResourceOveruseStatsForPast7days()
2430 .getHistoricalIoOveruseStats(UserHandle.getUserId(uid), packageName, 6); in testGetResourceOveruseStatsForPast7daysWithNoHistory()
2464 .getHistoricalIoOveruseStats(UserHandle.getUserId(uid), packageName, 6); in testGetResourceOveruseStatsForPast7daysWithNoCurrentStats()
2567 .getHistoricalIoOveruseStats(12, "vendor_package.critical", 6); in testGetResourceOveruseStatsForUserPackageForPast7days()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java306 public IoOveruseStats getHistoricalIoOveruseStats(@UserIdInt int userId, String packageName, in getHistoricalIoOveruseStats() method in WatchdogStorage
DWatchdogPerfHandler.java1618 historyStats = mWatchdogStorage.getHistoricalIoOveruseStats( in getIoOveruseStatsLocked()