Searched refs:getLowestMaxValueForAllAreaIds (Results 1 – 4 of 4) sorted by relevance
203 assertThat(HvacUtils.getLowestMaxValueForAllAreaIds(mFloatCarPropertyConfig)) in getLowestMaxValueForAllAreaIds_nonInteger_returnsNull()215 assertThat(HvacUtils.getLowestMaxValueForAllAreaIds(mIntegerCarPropertyConfig)) in getLowestMaxValueForAllAreaIds_integer_returnsLowest()227 assertThat(HvacUtils.getLowestMaxValueForAllAreaIds(mIntegerCarPropertyConfig)) in getLowestMaxValueForAllAreaIds_integer_ignoresNullValues()
87 public static Integer getLowestMaxValueForAllAreaIds(CarPropertyConfig<?> carPropertyConfig) { in getLowestMaxValueForAllAreaIds() method in HvacUtils
173 Integer lowestMaxValue = HvacUtils.getLowestMaxValueForAllAreaIds(carPropertyConfig); in setConfigInfo()
229 Integer lowestMaxValue = HvacUtils.getLowestMaxValueForAllAreaIds(carPropertyConfig); in setConfigInfo()