Home
last modified time | relevance | path

Searched refs:VehiclePropertyIdDebugUtils (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DVehiclePropertyIdDebugUtilsUnitTest.java29 assertThat(VehiclePropertyIdDebugUtils.toName(VehiclePropertyIds.ABS_ACTIVE)).isEqualTo( in testToName()
31 assertThat(VehiclePropertyIdDebugUtils.toName( in testToName()
34 assertThat(VehiclePropertyIdDebugUtils.toName(-1)).isNull(); in testToName()
39 assertThat(VehiclePropertyIdDebugUtils.toId("ABS_ACTIVE")).isEqualTo( in testToId()
41 assertThat(VehiclePropertyIdDebugUtils.toId("VEHICLE_SPEED_DISPLAY_UNITS")).isEqualTo( in testToId()
43 assertThat(VehiclePropertyIdDebugUtils.toId("saljflsadj")).isNull(); in testToId()
49 VehiclePropertyIdDebugUtils.toDebugString(VehiclePropertyIds.ABS_ACTIVE)).isEqualTo( in testToDebugString()
51 assertThat(VehiclePropertyIdDebugUtils.toDebugString( in testToDebugString()
55 VehiclePropertyIdDebugUtils.toDebugString(VehiclePropertyGroup.VENDOR)).isEqualTo( in testToDebugString()
57 assertThat(VehiclePropertyIdDebugUtils.toDebugString(-1)).isEqualTo( in testToDebugString()
[all …]
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DVehiclePropertyIdDebugUtils.java32 public final class VehiclePropertyIdDebugUtils { class
38 private VehiclePropertyIdDebugUtils() { in VehiclePropertyIdDebugUtils() method in VehiclePropertyIdDebugUtils
DCarPropertyHelper.java21 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.isDefined;
22 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.toDebugString;
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java23 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.isDefined;
24 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.toName;