Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java23 import static com.android.car.hal.property.HalPropertyDebugUtils.toGroupString;
233 assertThat(toGroupString(VehicleProperty.CURRENT_GEAR)).isEqualTo("SYSTEM(0x10000000)"); in testToGroupString()
234 assertThat(toGroupString(VehiclePropertyGroup.VENDOR)).isEqualTo("VENDOR(0x20000000)"); in testToGroupString()
235 assertThat(toGroupString(VehiclePropertyType.STRING)).isEqualTo( in testToGroupString()
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java307 public static String toGroupString(int propertyId) { in toGroupString() method in HalPropertyDebugUtils
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java25 import static com.android.car.hal.property.HalPropertyDebugUtils.toGroupString;
1416 toPropertyIdString(propertyId), toGroupString(propertyId), in dumpPropertyConfigsHelp()