Searched refs:getHighestMinValueForAllAreaIds (Results 1 – 4 of 4) sorted by relevance
172 assertThat(HvacUtils.getHighestMinValueForAllAreaIds(mFloatCarPropertyConfig)) in getHighestMinValueForAllAreaIds_nonInteger_returnsNull()184 assertThat(HvacUtils.getHighestMinValueForAllAreaIds(mIntegerCarPropertyConfig)) in getHighestMinValueForAllAreaIds_integer_returnsHighest()196 assertThat(HvacUtils.getHighestMinValueForAllAreaIds(mIntegerCarPropertyConfig)) in getHighestMinValueForAllAreaIds_integer_ignoresNullValues()
65 public static Integer getHighestMinValueForAllAreaIds(CarPropertyConfig<?> carPropertyConfig) { in getHighestMinValueForAllAreaIds() method in HvacUtils
172 Integer highestMinValue = HvacUtils.getHighestMinValueForAllAreaIds(carPropertyConfig); in setConfigInfo()
228 Integer highestMinValue = HvacUtils.getHighestMinValueForAllAreaIds(carPropertyConfig); in setConfigInfo()