Searched refs:systemThresholds (Results 1 – 1 of 1) sorted by relevance
2825 List<IoOveruseAlertThreshold> systemThresholds = config.getSystemWideThresholds(); in checkIoOveruseConfig() local2826 if (systemThresholds.isEmpty()) { in checkIoOveruseConfig()2832 for (int i = 0; i < systemThresholds.size(); i++) { in checkIoOveruseConfig()2833 checkIoOveruseAlertThreshold(systemThresholds.get(i)); in checkIoOveruseConfig()