Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java64 assertThat(HalPropertyDebugUtils.toPropertyId("ABS_ACTIVE")).isEqualTo( in testToPropertyId()
66 assertThat(HalPropertyDebugUtils.toPropertyId("VEHICLE_SPEED_DISPLAY_UNITS")).isEqualTo( in testToPropertyId()
68 assertThat(HalPropertyDebugUtils.toPropertyId("saljflsadj")).isNull(); in testToPropertyId()
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java92 public static Integer toPropertyId(String propertyName) { in toPropertyId() method in HalPropertyDebugUtils
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java40 import static com.android.car.hal.property.HalPropertyDebugUtils.toPropertyId;
1756 if (toPropertyId(propertyIdString) != null) {
1757 return toPropertyId(propertyIdString).intValue();