Searched refs:systemThresholds (Results 1 – 2 of 2) sorted by relevance
872 @Nullable int[] systemThresholds, int hysteresis) { in getConsolidatedSignalThresholds() argument883 if (systemThresholds != null) { in getConsolidatedSignalThresholds()884 for (int systemThreshold : systemThresholds) { in getConsolidatedSignalThresholds()
399 final int[] systemThresholds = new int[]{0, 10, 20, 30}; in getConsolidatedSignalThresholds_consolidateAppsThresholdsWithSystem() local431 ran, measurement, systemThresholds, hysteresis in getConsolidatedSignalThresholds_consolidateAppsThresholdsWithSystem()