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