Searched refs:getIntProperty (Results 1 – 8 of 8) sorted by relevance
116 int speed = mCarHvacManager.getIntProperty(HvacPropertyId.ZONED_FAN_SPEED_SETPOINT, in testHvacFanSpeed()122 speed = mCarHvacManager.getIntProperty(HvacPropertyId.ZONED_FAN_SPEED_SETPOINT, in testHvacFanSpeed()
88 int v = mHal.getVehicleNetwork().getIntProperty(prop.getProp()); in getInt()
303 mVariant = mVehicleHal.getVehicleNetwork().getIntProperty( in init()
280 public int getIntProperty(int prop, int area) throws CarNotConnectedException { in getIntProperty() method in CarHvacManager
270 mCurFanSpeed = mCarHvacManager.getIntProperty( in configureFanSpeed()
183 assertEquals(INT_VALUE, mVehicleNetwork.getIntProperty(CUSTOM_PROPERTY_INT32)); in testCustomZonedIntProperties()
302 public int getIntProperty(int property) throws IllegalArgumentException, in getIntProperty() method in VehicleNetwork
591 method public int getIntProperty(int, int) throws android.car.CarNotConnectedException;