Searched refs:getMinValue (Results 1 – 11 of 11) sorted by relevance
134 int min = property.getMinValue(areaId) == null ? 0 : property.getMinValue(areaId); in checkIntMinMax()139 int min = property.getMinValue() == null ? 0 : property.getMinValue(); in checkIntMinMax()140 int max = property.getMaxValue() == null ? 0 : property.getMinValue(); in checkIntMinMax()144 assertThat(property.getMinValue(0x1 << i)).isNull(); in checkIntMinMax()160 property.getMinValue(areaId) == null ? 0f : property.getMinValue(areaId); in checkFloatMinMax()162 property.getMaxValue(areaId) == null ? 0f : property.getMinValue(areaId); in checkFloatMinMax()166 float min = property.getMinValue() == null ? 0f : property.getMinValue(); in checkFloatMinMax()167 float max = property.getMaxValue() == null ? 0f : property.getMinValue(); in checkFloatMinMax()171 assertThat(property.getMinValue(0x1 << i)).isNull(); in checkFloatMinMax()
57 assertThat(config.getMinValue(WINDOW_DRIVER)).isNull(); in createFloatPropertyConfig()60 assertThat(config.getMinValue(WINDOW_PASSENGER)).isEqualTo(10f); in createFloatPropertyConfig()79 assertThat(configRead.getMinValue(WINDOW_DRIVER)).isNull(); in testWriteReadFloat()82 assertThat(configRead.getMinValue(WINDOW_PASSENGER)).isEqualTo(10f); in testWriteReadFloat()103 assertThat(configRead.getMinValue(WINDOW_DRIVER)).isNull(); in testWriteReadIntegerValue()106 assertThat(configRead.getMinValue(WINDOW_PASSENGER)).isEqualTo(expectedMinValue); in testWriteReadIntegerValue()127 assertThat(configRead.getMinValue(WINDOW_DRIVER)).isNull(); in testWriteReadLongValue()130 assertThat(configRead.getMinValue(WINDOW_PASSENGER)).isEqualTo(expectedMinValue); in testWriteReadLongValue()152 assertThat(configRead.getMinValue(WINDOW_PASSENGER)).isNull(); in testWriteReadIntegerArray()154 assertThat(configRead.getMinValue(WINDOW_DRIVER)).isNull(); in testWriteReadIntegerArray()[all …]
131 int min = property.getMinValue(areId); in checkIntMinMax()136 int min = property.getMinValue(); in checkIntMinMax()141 assertThat(property.getMinValue(0x1 << i)).isNull(); in checkIntMinMax()
300 public T getMinValue(int areaId) { in getMinValue() method in CarPropertyConfig302 return area == null ? null : area.getMinValue(); in getMinValue()321 public T getMinValue() { in getMinValue() method in CarPropertyConfig323 return area == null ? null : area.getMinValue(); in getMinValue()458 @Nullable public T getMinValue() { in getMinValue() method
383 mMinFanSpeed = (Integer) prop.getMinValue(mZoneForFanSpeed); in configureFanSpeed()442 mMinDTemp = (Float) prop.getMinValue(mZoneForSetTempD); in configureTempSetpoint()469 mMinPTemp = (Float) prop.getMinValue(mZoneForSetTempP); in configureTempSetpoint()
59 newValue = (Float) config.getMinValue(areaId); in HvacPolicy()
230 float minValue = cfg.getMinValue(areaId); in invokeSetAndGetForHvacFloat()
135 assertEquals(MIN_PROP_INT32, prop1.getMinValue()); in testPropertyList()
443 method @Nullable public T getMinValue(int);444 method @Nullable public T getMinValue();
638 assertEquals(111.0, signal.getElapsedMs().getMinValue(), TOL); in testAccessPointSerialization()
2471 minValue = Math.min(minValue, stats.getMinValue()); in merge()