Home
last modified time | relevance | path

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

/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java191 mVehicleNetwork.getZonedIntProperty(CUSTOM_PROPERTY_ZONED_INT32, in testCustomZonedIntProperties()
194 mVehicleNetwork.getZonedIntProperty(CUSTOM_PROPERTY_ZONED_INT32, in testCustomZonedIntProperties()
197 mVehicleNetwork.getZonedIntProperty(CUSTOM_PROPERTY_ZONED_INT32, in testCustomZonedIntProperties()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetwork.java315 public int getZonedIntProperty(int property, int zone) throws IllegalArgumentException, in getZonedIntProperty() method in VehicleNetwork