Searched refs:getMinValue (Results 1 – 9 of 9) sorted by relevance
45 assertNull(config.getMinValue(WINDOW_DRIVER)); in createFloatPropertyConfig()48 assertEquals(10f, config.getMinValue(WINDOW_PASSENGER)); in createFloatPropertyConfig()66 assertNull(configRead.getMinValue(WINDOW_DRIVER)); in testWriteReadFloat()69 assertEquals(10f, configRead.getMinValue(WINDOW_PASSENGER)); in testWriteReadFloat()89 assertNull(configRead.getMinValue(WINDOW_DRIVER)); in testWriteReadIntegerValue()92 assertEquals(expectedMinValue, configRead.getMinValue(WINDOW_PASSENGER)); in testWriteReadIntegerValue()112 assertNull(configRead.getMinValue(WINDOW_DRIVER)); in testWriteReadLongValue()115 assertEquals(expectedMinValue, configRead.getMinValue(WINDOW_PASSENGER)); in testWriteReadLongValue()136 assertNull(configRead.getMinValue(WINDOW_PASSENGER)); in testWriteReadIntegerArray()138 assertNull(configRead.getMinValue(WINDOW_DRIVER)); in testWriteReadIntegerArray()[all …]
123 int min = property.getMinValue(areaId) == null ? 0 : property.getMinValue(areaId); in checkIntMinMax()128 int min = property.getMinValue() == null ? 0 : property.getMinValue(); in checkIntMinMax()129 int max = property.getMaxValue() == null ? 0 : property.getMinValue(); in checkIntMinMax()133 assertNull(property.getMinValue(0x1 << i)); in checkIntMinMax()149 property.getMinValue(areaId) == null ? 0f : property.getMinValue(areaId); in checkFloatMinMax()151 property.getMaxValue(areaId) == null ? 0f : property.getMinValue(areaId); in checkFloatMinMax()155 float min = property.getMinValue() == null ? 0f : property.getMinValue(); in checkFloatMinMax()156 float max = property.getMaxValue() == null ? 0f : property.getMinValue(); in checkFloatMinMax()160 assertNull(property.getMinValue(0x1 << i)); in checkFloatMinMax()
124 int min = property.getMinValue(areId); in checkIntMinMax()129 int min = property.getMinValue(); in checkIntMinMax()134 assertNull(property.getMinValue(0x1 << i)); in checkIntMinMax()
289 public T getMinValue(int areaId) { in getMinValue() method in CarPropertyConfig291 return area == null ? null : area.getMinValue(); in getMinValue()310 public T getMinValue() { in getMinValue() method in CarPropertyConfig312 return area == null ? null : area.getMinValue(); in getMinValue()447 @Nullable public T getMinValue() { return mMinValue; } 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()
356 method @Nullable public T getMinValue(int);357 method @Nullable public T getMinValue();