Searched refs:VehiclePropertyIdDebugUtils (Results 1 – 4 of 4) sorted by relevance
29 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 …]
32 public final class VehiclePropertyIdDebugUtils { class38 private VehiclePropertyIdDebugUtils() { in VehiclePropertyIdDebugUtils() method in VehiclePropertyIdDebugUtils
21 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.isDefined;22 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.toDebugString;
23 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.isDefined;24 import static com.android.car.internal.property.VehiclePropertyIdDebugUtils.toName;