Searched refs:createBytesValue (Results 1 - 1 of 1) sorted by relevance

/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
H A DVehiclePropValueUtil.java86 public static VehiclePropValue createBytesValue(int property, byte[] value, long timestamp) { method in class:VehiclePropValueUtil
147 return createBytesValue(property, new byte[1], 0);

Completed in 131 milliseconds