Searched refs:systemWideThresholds (Results 1 – 9 of 9) sorted by relevance
96 @NonNull List<IoOveruseAlertThreshold> systemWideThresholds) { in IoOveruseConfiguration() argument106 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()204 List<IoOveruseAlertThreshold> systemWideThresholds = new java.util.ArrayList<>(); in IoOveruseConfiguration() local205 in.readParcelableList(systemWideThresholds, IoOveruseAlertThreshold.class.getClassLoader()); in IoOveruseConfiguration()216 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()284 @NonNull List<IoOveruseAlertThreshold> systemWideThresholds) { in Builder() argument294 mSystemWideThresholds = systemWideThresholds; in Builder()
45 ExplainMatchResult(UnorderedElementsAreArray(config.systemWideThresholds),46 arg.systemWideThresholds, result_listener);102 config.systemWideThresholds = systemWide; in constructIoOveruseConfig()
501 systemIoConfig.systemWideThresholds.erase(systemIoConfig.systemWideThresholds.begin() + 1); in TEST_F()630 ioConfig.systemWideThresholds = {toIoOveruseAlertThreshold(0, 0)}; in TEST_F()751 vendorIoConfig.systemWideThresholds.clear(); in TEST_F()792 thirdPartyIoConfig.systemWideThresholds.clear(); in TEST_F()
81 && isAlertThresholdEquals(actual.systemWideThresholds, in isEquals()82 expected.systemWideThresholds); in isEquals()98 .append(config.systemWideThresholds.stream() in toStringBuilder()
1500 List<IoOveruseAlertThreshold> systemWideThresholds = Collections.singletonList( in sampleIoOveruseConfigurationBuilder() local1505 packageSpecificThresholds, appCategorySpecificThresholds, systemWideThresholds); in sampleIoOveruseConfigurationBuilder()1547 config.systemWideThresholds = Collections.singletonList( in sampleInternalIoOveruseConfiguration()
155 if (ioOveruseConfig.systemWideThresholds.empty()) { in isValidIoOveruseConfiguration()158 for (const auto& threshold : ioOveruseConfig.systemWideThresholds) { in isValidIoOveruseConfiguration()562 if (auto result = updateAlertThresholds(ioOveruseConfiguration.systemWideThresholds); in update()567 } else if (!ioOveruseConfiguration.systemWideThresholds.empty()) { in update()639 ioOveruseConfiguration.systemWideThresholds.push_back(threshold); in get()
431 configuration.systemWideThresholds = *result; in readIoOveruseConfiguration()674 writeSystemWideThresholds(configuration.systemWideThresholds, childElement); in writeIoOveruseConfiguration()
51 List<IoOveruseAlertThreshold> systemWideThresholds;
997 internalConfig.systemWideThresholds = toInternalIoOveruseAlertThresholds( in toResourceSpecificConfiguration()1108 List<IoOveruseAlertThreshold> systemWideThresholds = in toIoOveruseConfiguration() local1109 toIoOveruseAlertThresholds(internalConfig.systemWideThresholds); in toIoOveruseConfiguration()1113 systemWideThresholds); in toIoOveruseConfiguration()