Home
last modified time | relevance | path

Searched refs:setZonedIntVectorProperty (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java213 mVehicleNetwork.setZonedIntVectorProperty(CUSTOM_PROPERTY_ZONED_INT32_VEC2, in testCustomZonedIntVecProperties()
222 mVehicleNetwork.setZonedIntVectorProperty(CUSTOM_PROPERTY_ZONED_INT32_VEC2, in testCustomZonedIntVecProperties()
230 mVehicleNetwork.setZonedIntVectorProperty(CUSTOM_PROPERTY_ZONED_INT32_VEC3, in testCustomZonedIntVecProperties()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetwork.java250 public void setZonedIntVectorProperty(int property, int zone, int[] values) in setZonedIntVectorProperty() method in VehicleNetwork