Home
last modified time | relevance | path

Searched refs:createZonedFloatValue (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehiclePropValueUtil.java133 public static VehiclePropValue createZonedFloatValue(int property, int zone, float value, in createZonedFloatValue() method in VehiclePropValueUtil
156 return createZonedFloatValue(property, 0, 0, 0); in createDummyValue()
DVehicleNetwork.java232 VehiclePropValue v = VehiclePropValueUtil.createZonedFloatValue(property, zone, value, 0); in setZonedFloatProperty()
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarHvacManagerTest.java158 v = VehiclePropValueUtil.createZonedFloatValue( in testEvent()