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

/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
H A DCarInfoManagerTest.java41 VehiclePropValueUtil.createStringValue(
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
H A DVehiclePropValueUtil.java74 public static VehiclePropValue createStringValue(int property, String value, long timestamp) { method in class:VehiclePropValueUtil
144 return createStringValue(property, "dummy", 0);

Completed in 95 milliseconds