Searched refs:setFloatProperty (Results 1 – 9 of 9) sorted by relevance
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ |
D | HvacTestFragment.java | 451 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/ |
D | CarHvacManager.java | 401 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/ |
D | CarCabinManager.java | 548 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/ |
D | CarHvacManagerTest.java | 110 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/ |
D | CarPropertyManagerBase.java | 251 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/ |
D | E2ePerformanceTest.java | 294 mgr.setFloatProperty(cfg.getPropertyId(), areaId, curValue); in invokeSetAndGetForHvacFloat()
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
D | HvacController.java | 424 mHvacManager.setFloatProperty( in setTemperature()
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 520 … method public void setFloatProperty(int, int, float) throws android.car.CarNotConnectedException; 583 … method public void setFloatProperty(int, int, float) throws android.car.CarNotConnectedException;
|
D | system-1.txt | 511 … method public void setFloatProperty(int, int, float) throws android.car.CarNotConnectedException; 626 … method public void setFloatProperty(int, int, float) throws android.car.CarNotConnectedException;
|