Searched refs:systemWideThresholds (Results 1 – 9 of 9) sorted by relevance
100 @NonNull List<IoOveruseAlertThreshold> systemWideThresholds) { in IoOveruseConfiguration() argument110 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()208 List<IoOveruseAlertThreshold> systemWideThresholds = new java.util.ArrayList<>(); in IoOveruseConfiguration() local209 in.readParcelableList(systemWideThresholds, IoOveruseAlertThreshold.class.getClassLoader()); in IoOveruseConfiguration()220 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()288 @NonNull List<IoOveruseAlertThreshold> systemWideThresholds) { in Builder() argument298 mSystemWideThresholds = systemWideThresholds; in Builder()
81 && isAlertThresholdEquals(actual.systemWideThresholds, in isEquals()82 expected.systemWideThresholds); in isEquals()98 .append(config.systemWideThresholds.stream() in toStringBuilder()
4178 List<IoOveruseAlertThreshold> systemWideThresholds = Collections.singletonList( in sampleIoOveruseConfigurationBuilder() local4183 packageSpecificThresholds, appCategorySpecificThresholds, systemWideThresholds); in sampleIoOveruseConfigurationBuilder()4235 config.systemWideThresholds = Collections.singletonList( in sampleInternalIoOveruseConfiguration()
45 ExplainMatchResult(UnorderedElementsAreArray(config.systemWideThresholds),46 arg.systemWideThresholds, result_listener);102 config.systemWideThresholds = systemWide; in constructIoOveruseConfig()
491 systemIoConfig.systemWideThresholds.erase(systemIoConfig.systemWideThresholds.begin() + 1); in TEST_F()620 ioConfig.systemWideThresholds = {toIoOveruseAlertThreshold(0, 0)}; in TEST_F()741 vendorIoConfig.systemWideThresholds.clear(); in TEST_F()782 thirdPartyIoConfig.systemWideThresholds.clear(); in TEST_F()
51 List<IoOveruseAlertThreshold> systemWideThresholds;
146 if (ioOveruseConfig.systemWideThresholds.empty()) { in isValidIoOveruseConfiguration()149 for (const auto& threshold : ioOveruseConfig.systemWideThresholds) { in isValidIoOveruseConfiguration()563 if (auto result = updateAlertThresholds(ioOveruseConfiguration.systemWideThresholds); in update()568 } else if (!ioOveruseConfiguration.systemWideThresholds.empty()) { in update()642 ioOveruseConfiguration.systemWideThresholds.push_back(threshold); in get()
431 configuration.systemWideThresholds = *result; in readIoOveruseConfiguration()674 writeSystemWideThresholds(configuration.systemWideThresholds, childElement); in writeIoOveruseConfiguration()
2096 internalConfig.systemWideThresholds = toInternalIoOveruseAlertThresholds( in toResourceSpecificConfiguration()2208 List<IoOveruseAlertThreshold> systemWideThresholds = in toIoOveruseConfiguration() local2209 toIoOveruseAlertThresholds(internalConfig.systemWideThresholds); in toIoOveruseConfiguration()2213 systemWideThresholds); in toIoOveruseConfiguration()