Home
last modified time | relevance | path

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

/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java208 int[] actualValue = mVehicleNetwork.getZonedIntVectorProperty( in testCustomZonedIntVecProperties()
216 actualValue = mVehicleNetwork.getZonedIntVectorProperty( in testCustomZonedIntVecProperties()
225 actualValue = mVehicleNetwork.getZonedIntVectorProperty( in testCustomZonedIntVecProperties()
233 actualValue = mVehicleNetwork.getZonedIntVectorProperty( in testCustomZonedIntVecProperties()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetwork.java339 public int[] getZonedIntVectorProperty(int property, int zone) in getZonedIntVectorProperty() method in VehicleNetwork