Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java147 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
150 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
153 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
156 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
159 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
164 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
167 assertThat(HalPropertyDebugUtils.toValueString(new HalPropValueBuilder(true).build( in testToValueString()
170 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
173 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
176 assertThat(HalPropertyDebugUtils.toValueString( in testToValueString()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DHalPropValue.java22 import static com.android.car.hal.property.HalPropertyDebugUtils.toValueString;
264 debugStringJoiner.add("Value: " + toValueString(this)); in toString()
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java188 public static String toValueString(HalPropValue halPropValue) { in toValueString() method in HalPropertyDebugUtils