Home
last modified time | relevance | path

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

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