Searched refs:getVectorLength (Results 1 – 2 of 2) sorted by relevance
173 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
18 import static com.android.car.vehiclenetwork.VehiclePropValueUtil.getVectorLength;726 int expectedLen = getVectorLength(valueType); in assertVectorLength()