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