Home
last modified time | relevance | path

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

/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java185 mVehicleNetwork.setZonedIntProperty(CUSTOM_PROPERTY_ZONED_INT32, in testCustomZonedIntProperties()
187 mVehicleNetwork.setZonedIntProperty(CUSTOM_PROPERTY_ZONED_INT32, in testCustomZonedIntProperties()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetwork.java241 public void setZonedIntProperty(int property, int zone, int value) in setZonedIntProperty() method in VehicleNetwork