Searched refs:getHistoricalIoOveruseStats (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
D | WatchdogStorageUnitTest.java | 310 .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()
|
D | WatchdogPerfHandlerUnitTest.java | 2149 .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/ |
D | WatchdogStorage.java | 306 public IoOveruseStats getHistoricalIoOveruseStats(@UserIdInt int userId, String packageName, in getHistoricalIoOveruseStats() method in WatchdogStorage
|
D | WatchdogPerfHandler.java | 1618 historyStats = mWatchdogStorage.getHistoricalIoOveruseStats( in getIoOveruseStatsLocked()
|