Home
last modified time | relevance | path

Searched refs:HalPropertyDebugUtils (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java19 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 …]
/packages/services/Car/service/src/com/android/car/hal/
DHalPropValue.java19 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;
DVehicleHal.java21 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;
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java57 public final class HalPropertyDebugUtils { class
58 private static final String TAG = HalPropertyDebugUtils.class.getSimpleName();
69 private HalPropertyDebugUtils() { in HalPropertyDebugUtils() method in HalPropertyDebugUtils
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java38 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;