Searched refs:inLevels (Results 1 – 1 of 1) sorted by relevance
3123 PowerThrottlingData(List<ThrottlingLevel> inLevels) { in PowerThrottlingData() argument3124 throttlingLevels = new ArrayList<>(inLevels.size()); in PowerThrottlingData()3125 for (ThrottlingLevel level : inLevels) { in PowerThrottlingData()3249 ThermalBrightnessThrottlingData(List<ThrottlingLevel> inLevels) { in ThermalBrightnessThrottlingData() argument3250 throttlingLevels = new ArrayList<>(inLevels.size()); in ThermalBrightnessThrottlingData()3251 for (ThrottlingLevel level : inLevels) { in ThermalBrightnessThrottlingData()