Searched refs:setKillableOnOveruse (Results 1 – 4 of 4) sorted by relevance
352 public @NonNull Builder setKillableOnOveruse(boolean value) { in setKillableOnOveruse() method in IoOveruseStats.Builder
634 .setKillableOnOveruse(true).setTotalOveruses(8).setTotalBytesWritten(24_600) in testGetResourceOveruseStatsForPast7days()667 .setKillableOnOveruse(true).setTotalOveruses(3) in testGetResourceOveruseStatsForPast7daysWithNoHistory()820 .setKillableOnOveruse(true).setTotalOveruses(8).setTotalBytesWritten(24_600) in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()826 .setKillableOnOveruse(false).setTotalOveruses(2).setTotalBytesWritten(55_000) in testGetAllResourceOveruseStatsWithNoMinimumForPast7days()1005 .setKillableOnOveruse(false).setTotalOveruses(2).setTotalBytesWritten(7_015_000) in testGetAllResourceOveruseStatsWithMinimumForPast7days()1093 .setKillableOnOveruse(false).setTotalOveruses(5).setTotalBytesWritten(6_902_000) in testGetResourceOveruseStatsForUserPackageForPast7days()
595 .setTotalBytesWritten(10 * 1024 * 1024).setKillableOnOveruse(true) in setIoOveruseStats()
1340 statsBuilder.setKillableOnOveruse(currentStats.isKillableOnOveruse()); in getIoOveruseStatsLocked()1998 .setKillableOnOveruse(isKillableOnOveruses) in toIoOveruseStatsBuilder()