Home
last modified time | relevance | path

Searched refs:getHighestMinValueForAllAreaIds (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DHvacUtilsTest.java172 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()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DHvacUtils.java65 public static Integer getHighestMinValueForAllAreaIds(CarPropertyConfig<?> carPropertyConfig) { in getHighestMinValueForAllAreaIds() method in HvacUtils
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/custom/
DFanSpeedSeekBar.java172 Integer highestMinValue = HvacUtils.getHighestMinValueForAllAreaIds(carPropertyConfig); in setConfigInfo()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanSpeedBar.java228 Integer highestMinValue = HvacUtils.getHighestMinValueForAllAreaIds(carPropertyConfig); in setConfigInfo()