Home
last modified time | relevance | path

Searched refs:setFloatProperty (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java451 mCarHvacManager.setFloatProperty( in configureTempSetpoint()
467 mCarHvacManager.setFloatProperty( in configureTempSetpoint()
499 mCarHvacManager.setFloatProperty( in configureTempSetpoint()
515 mCarHvacManager.setFloatProperty( in configureTempSetpoint()
/packages/services/Car/car-lib/src/android/car/hardware/hvac/
DCarHvacManager.java401 public void setFloatProperty(@PropertyId int propertyId, int area, float val) in setFloatProperty() method in CarHvacManager
403 mMgr.setFloatProperty(propertyId, area, val); in setFloatProperty()
/packages/services/Car/car-lib/src/android/car/hardware/cabin/
DCarCabinManager.java548 public void setFloatProperty(@PropertyId int propertyId, int area, float val) in setFloatProperty() method in CarCabinManager
550 mMgr.setFloatProperty(propertyId, area, val); in setFloatProperty()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarHvacManagerTest.java110 mCarHvacManager.setFloatProperty(CarHvacManager.ID_ZONED_TEMP_SETPOINT, in testHvacTempSetpoint()
116 mCarHvacManager.setFloatProperty(CarHvacManager.ID_ZONED_TEMP_SETPOINT, in testHvacTempSetpoint()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManagerBase.java251 public void setFloatProperty(int prop, int area, float val) throws CarNotConnectedException { in setFloatProperty() method in CarPropertyManagerBase
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java294 mgr.setFloatProperty(cfg.getPropertyId(), areaId, curValue); in invokeSetAndGetForHvacFloat()
/packages/apps/Car/Hvac/src/com/android/car/hvac/
DHvacController.java424 mHvacManager.setFloatProperty( in setTemperature()
/packages/services/Car/car-lib/api/
Dsystem-current.txt520 … method public void setFloatProperty(int, int, float) throws android.car.CarNotConnectedException;
583 … method public void setFloatProperty(int, int, float) throws android.car.CarNotConnectedException;
Dsystem-1.txt511 … method public void setFloatProperty(int, int, float) throws android.car.CarNotConnectedException;
626 … method public void setFloatProperty(int, int, float) throws android.car.CarNotConnectedException;