Home
last modified time | relevance | path

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

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