Home
last modified time | relevance | path

Searched refs:setTotalTimesKilled (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java261 .setTotalOveruses(8).setTotalTimesKilled(4).setTotalBytesWritten(25_200).build(); in testGetHistoricalIoOveruseStats()
300 .setTotalOveruses(4).setTotalTimesKilled(2).setTotalBytesWritten(12_600).build(); in testGetHistoricalIoOveruseStatsWithNoRecentStats()
608 .setTotalOveruses(78).setTotalTimesKilled(39).setTotalBytesWritten(245_700).build(); in testTruncateStatsOutsideRetentionPeriodOnDateChange()
627 .setTotalOveruses(58).setTotalTimesKilled(29).setTotalBytesWritten(182_700).build(); in testTruncateStatsOutsideRetentionPeriodOnDateChange()
H A DCarWatchdogServiceUnitTest.java622 .setTotalTimesKilled(2).setTotalBytesWritten(24_000).build()); in testGetResourceOveruseStatsForPast7days()
635 .setTotalTimesKilled(2) in testGetResourceOveruseStatsForPast7days()
687 .setTotalTimesKilled(2).setTotalBytesWritten(24_000).build()); in testGetResourceOveruseStatsForPast7daysWithNoCurrentStats()
801 .setTotalTimesKilled(2).setTotalBytesWritten(24_000).build(); in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()
808 .setTotalTimesKilled(0).setTotalBytesWritten(35_000).build(); in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()
821 .setTotalTimesKilled(2).setRemainingWriteBytes(new PerStateBytes(0, 0, 0)) in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()
827 .setTotalTimesKilled(0).setRemainingWriteBytes(new PerStateBytes(450, 120, 340)) in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()
986 .setTotalTimesKilled(2).setTotalBytesWritten(24_000).build(); in testGetAllResourceOveruseStatsWithMinimumForPast7days()
993 .setTotalTimesKilled(0).setTotalBytesWritten(6_900_000).build(); in testGetAllResourceOveruseStatsWithMinimumForPast7days()
1006 .setTotalTimesKilled(0).setRemainingWriteBytes(new PerStateBytes(450, 120, 340)) in testGetAllResourceOveruseStatsWithMinimumForPast7days()
[all …]
H A DCarWatchdogManagerUnitTest.java594 .setTotalOveruses(10).setTotalTimesKilled(2) in setIoOveruseStats()
/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DIoOveruseStats.java328 public @NonNull Builder setTotalTimesKilled(long value) { in setTotalTimesKilled() method in IoOveruseStats.Builder
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java1334 statsBuilder.setTotalTimesKilled( in getIoOveruseStatsLocked()
1996 .setTotalTimesKilled(totalTimesKilled) in toIoOveruseStatsBuilder()
H A DWatchdogStorage.java912 statsBuilder.setTotalTimesKilled(totalTimesKilled); in queryIoOveruseStatsForUserPackageId()