Home
last modified time | relevance | path

Searched refs:toAreaTypeString (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java21 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()
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java298 public static String toAreaTypeString(int propertyId) { in toAreaTypeString() method in HalPropertyDebugUtils
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java23 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaTypeString;
1417 toAreaTypeString(propertyId), toValueTypeString(propertyId), in dumpPropertyConfigsHelp()