Searched refs:toValueTypeString (Results 1 – 3 of 3) sorted by relevance
25 import static com.android.car.hal.property.HalPropertyDebugUtils.toValueTypeString;241 assertThat(toValueTypeString(VehicleProperty.CURRENT_GEAR)).isEqualTo("INT32(0x400000)"); in testToValueTypeString()242 assertThat(toValueTypeString(VehicleProperty.WHEEL_TICK)).isEqualTo("INT64_VEC(0x510000)"); in testToValueTypeString()243 assertThat(toValueTypeString(VehiclePropertyGroup.VENDOR)).isEqualTo( in testToValueTypeString()
316 public static String toValueTypeString(int propertyId) { in toValueTypeString() method in HalPropertyDebugUtils
27 import static com.android.car.hal.property.HalPropertyDebugUtils.toValueTypeString;1417 toAreaTypeString(propertyId), toValueTypeString(propertyId), in dumpPropertyConfigsHelp()