Searched refs:HalPropertyDebugUtils (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.car.hal.property.HalPropertyDebugUtils.toAccessString;20 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;21 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaTypeString;22 import static com.android.car.hal.property.HalPropertyDebugUtils.toChangeModeString;23 import static com.android.car.hal.property.HalPropertyDebugUtils.toGroupString;24 import static com.android.car.hal.property.HalPropertyDebugUtils.toStatusString;25 import static com.android.car.hal.property.HalPropertyDebugUtils.toValueTypeString;51 assertThat(HalPropertyDebugUtils.toPropertyIdString(VehicleProperty.ABS_ACTIVE)).isEqualTo( in testToPropertyIdString()53 assertThat(HalPropertyDebugUtils.toPropertyIdString( in testToPropertyIdString()56 assertThat(HalPropertyDebugUtils.toPropertyIdString(VehiclePropertyGroup.VENDOR)).isEqualTo( in testToPropertyIdString()[all …]
19 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;20 import static com.android.car.hal.property.HalPropertyDebugUtils.toPropertyIdString;21 import static com.android.car.hal.property.HalPropertyDebugUtils.toStatusString;22 import static com.android.car.hal.property.HalPropertyDebugUtils.toValueString;
21 import static com.android.car.hal.property.HalPropertyDebugUtils.toAccessString;22 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;23 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaTypeString;24 import static com.android.car.hal.property.HalPropertyDebugUtils.toChangeModeString;25 import static com.android.car.hal.property.HalPropertyDebugUtils.toGroupString;26 import static com.android.car.hal.property.HalPropertyDebugUtils.toPropertyIdString;27 import static com.android.car.hal.property.HalPropertyDebugUtils.toValueTypeString;
57 public final class HalPropertyDebugUtils { class58 private static final String TAG = HalPropertyDebugUtils.class.getSimpleName();69 private HalPropertyDebugUtils() { in HalPropertyDebugUtils() method in HalPropertyDebugUtils
38 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;39 import static com.android.car.hal.property.HalPropertyDebugUtils.toPropertyIdString;40 import static com.android.car.hal.property.HalPropertyDebugUtils.toPropertyId;