Searched refs:systemWideThresholds (Results 1 – 13 of 13) sorted by relevance
102 @NonNull List<IoOveruseAlertThreshold> systemWideThresholds) { in IoOveruseConfiguration() argument112 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()215 List<IoOveruseAlertThreshold> systemWideThresholds = new java.util.ArrayList<>(); in IoOveruseConfiguration() local216 in.readParcelableList(systemWideThresholds, IoOveruseAlertThreshold.class.getClassLoader()); in IoOveruseConfiguration()227 this.mSystemWideThresholds = systemWideThresholds; in IoOveruseConfiguration()299 @NonNull List<IoOveruseAlertThreshold> systemWideThresholds) { in Builder() argument309 mSystemWideThresholds = systemWideThresholds; in Builder()
81 && isAlertThresholdEquals(actual.systemWideThresholds, in isEquals()82 expected.systemWideThresholds); in isEquals()98 .append(config.systemWideThresholds.stream() in toStringBuilder()
4820 config.systemWideThresholds = Collections.singletonList( in sampleInternalIoOveruseConfiguration()4891 List<IoOveruseAlertThreshold> systemWideThresholds = Collections.singletonList( in sampleIoOveruseConfigurationBuilder() local4896 packageSpecificThresholds, appCategorySpecificThresholds, systemWideThresholds); in sampleIoOveruseConfigurationBuilder()
46 ExplainMatchResult(UnorderedElementsAreArray(config.systemWideThresholds),47 arg.systemWideThresholds, result_listener);103 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()
145 if (ioOveruseConfig.systemWideThresholds.empty()) { in isValidIoOveruseConfiguration()148 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()641 ioOveruseConfiguration.systemWideThresholds.push_back(threshold); in get()
430 configuration.systemWideThresholds = *result; in readIoOveruseConfiguration()673 writeSystemWideThresholds(configuration.systemWideThresholds, childElement); in writeIoOveruseConfiguration()
51 List<IoOveruseAlertThreshold> systemWideThresholds;
39 List<android.automotive.watchdog.internal.IoOveruseAlertThreshold> systemWideThresholds;
2645 internalConfig.systemWideThresholds = toInternalIoOveruseAlertThresholds( in toResourceSpecificConfiguration()2757 List<IoOveruseAlertThreshold> systemWideThresholds = in toIoOveruseConfiguration() local2758 toIoOveruseAlertThresholds(internalConfig.systemWideThresholds); in toIoOveruseConfiguration()2762 systemWideThresholds); in toIoOveruseConfiguration()