Searched refs:toGroupString (Results 1 – 3 of 3) sorted by relevance
23 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()
307 public static String toGroupString(int propertyId) { in toGroupString() method in HalPropertyDebugUtils
25 import static com.android.car.hal.property.HalPropertyDebugUtils.toGroupString;1416 toPropertyIdString(propertyId), toGroupString(propertyId), in dumpPropertyConfigsHelp()