Searched refs:unsortedThermalLevels (Results 1 – 1 of 1) sorted by relevance
104 List<ThrottlingLevel> unsortedThermalLevels = new ArrayList<>(); in testThermalBrightnessThrottlingData() local105 unsortedThermalLevels.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, 0.62f)); in testThermalBrightnessThrottlingData()106 unsortedThermalLevels.add(new ThrottlingLevel(PowerManager.THERMAL_STATUS_MODERATE, 0.25f)); in testThermalBrightnessThrottlingData()128 data = ThermalBrightnessThrottlingData.create(unsortedThermalLevels); in testThermalBrightnessThrottlingData()