Searched refs:setTotalOveruses (Results 1 – 6 of 6) sorted by relevance
261 .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()
621 .thenReturn(new IoOveruseStats.Builder(startTime, duration).setTotalOveruses(5) in testGetResourceOveruseStatsForPast7days()667 .setKillableOnOveruse(true).setTotalOveruses(3) in testGetResourceOveruseStatsForPast7daysWithNoHistory()686 .thenReturn(new IoOveruseStats.Builder(startTime, duration).setTotalOveruses(5) in testGetResourceOveruseStatsForPast7daysWithNoCurrentStats()800 startTime, now.toEpochSecond() - startTime).setTotalOveruses(5) in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()807 startTime, now.toEpochSecond() - startTime).setTotalOveruses(2) in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()820 .setKillableOnOveruse(true).setTotalOveruses(8).setTotalBytesWritten(24_600) in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()826 .setKillableOnOveruse(false).setTotalOveruses(2).setTotalBytesWritten(55_000) in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()985 startTime, now.toEpochSecond() - startTime).setTotalOveruses(5) in testGetAllResourceOveruseStatsWithMinimumForPast7days()992 startTime, now.toEpochSecond() - startTime).setTotalOveruses(2) in testGetAllResourceOveruseStatsWithMinimumForPast7days()1005 .setKillableOnOveruse(false).setTotalOveruses(2).setTotalBytesWritten(7_015_000) in testGetAllResourceOveruseStatsWithMinimumForPast7days()[all …]
594 .setTotalOveruses(10).setTotalTimesKilled(2) in setIoOveruseStats()
317 public @NonNull Builder setTotalOveruses(long value) { in setTotalOveruses() method in IoOveruseStats.Builder
1336 statsBuilder.setTotalOveruses( in getIoOveruseStatsLocked()1995 .setTotalOveruses(internalStats.totalOveruses) in toIoOveruseStatsBuilder()
911 statsBuilder.setTotalOveruses(totalOveruses); in queryIoOveruseStatsForUserPackageId()