Searched refs:createBytesValue (Results 1 – 1 of 1) sorted by relevance
86 public static VehiclePropValue createBytesValue(int property, byte[] value, long timestamp) { in createBytesValue() method in VehiclePropValueUtil147 return createBytesValue(property, new byte[1], 0); in createDummyValue()