Home
last modified time | relevance | path

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

/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehiclePropValueUtil.java173 return createFloatVectorValue(property, new float[getVectorLength(valueType)], 0); in createDummyValue()
184 return createIntVectorValue(property, new int[getVectorLength(valueType)], 0); in createDummyValue()
199 public static int getVectorLength(int vehicleValueType) { in getVectorLength() method in VehiclePropValueUtil
DVehicleNetwork.java18 import static com.android.car.vehiclenetwork.VehiclePropValueUtil.getVectorLength;
726 int expectedLen = getVectorLength(valueType); in assertVectorLength()