Searched refs:validLevels (Results 1 – 1 of 1) sorted by relevance
100 List<ThrottlingLevel> validLevels = new ArrayList<>(); in testThermalBrightnessThrottlingData() local101 validLevels.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.62f)); in testThermalBrightnessThrottlingData()102 validLevels.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.25f)); in testThermalBrightnessThrottlingData()142 data = ThermalBrightnessThrottlingData.create(validLevels); in testThermalBrightnessThrottlingData()144 assertThrottlingLevelsEquals(validLevels, data.throttlingLevels); in testThermalBrightnessThrottlingData()