Searched refs:toAreaTypeString (Results 1 – 3 of 3) sorted by relevance
21 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaTypeString;225 assertThat(toAreaTypeString(VehicleProperty.HVAC_AC_ON)).isEqualTo("SEAT(0x5000000)"); in testToAreaTypeString()226 assertThat(toAreaTypeString(VehicleProperty.TIRE_PRESSURE)).isEqualTo("WHEEL(0x7000000)"); in testToAreaTypeString()227 assertThat(toAreaTypeString(VehiclePropertyType.STRING)).isEqualTo( in testToAreaTypeString()
298 public static String toAreaTypeString(int propertyId) { in toAreaTypeString() method in HalPropertyDebugUtils
23 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaTypeString;1417 toAreaTypeString(propertyId), toValueTypeString(propertyId), in dumpPropertyConfigsHelp()