Searched refs:toPropertyIdString (Results 1 – 5 of 5) sorted by relevance
26 import static com.android.car.hal.property.HalPropertyDebugUtils.toPropertyIdString;715 + toPropertyIdString(property) + " is not supported"); in createVhalSubscribeOptionsLocked()724 + toPropertyIdString(property)); in createVhalSubscribeOptionsLocked()738 + toPropertyIdString(property)); in createVhalSubscribeOptionsLocked()749 + toPropertyIdString(property)); in createVhalSubscribeOptionsLocked()755 throw new IllegalArgumentException("Property: " + toPropertyIdString(property) in createVhalSubscribeOptionsLocked()764 "Cannot subscribe to " + toPropertyIdString(property) in createVhalSubscribeOptionsLocked()770 "Cannot subscribe to " + toPropertyIdString(property) in createVhalSubscribeOptionsLocked()834 toPropertyIdString(property), rateInfo.updateRateHz, in filterAreaIdsWithSameRateInfo()865 + toPropertyIdString(property), e); in unsubscribePropertySafe()[all …]
20 import static com.android.car.hal.property.HalPropertyDebugUtils.toPropertyIdString;260 debugStringJoiner.add("Property ID: " + toPropertyIdString(getPropId())); in toString()
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()58 assertThat(HalPropertyDebugUtils.toPropertyIdString(-1)).isEqualTo( in testToPropertyIdString()
76 public static String toPropertyIdString(int propertyId) { in toPropertyIdString() method in HalPropertyDebugUtils276 "Failed to find enum name for property ID: " + toPropertyIdString(propertyId) in getIntValueName()
39 import static com.android.car.hal.property.HalPropertyDebugUtils.toPropertyIdString;3310 writer.println("Property " + toPropertyIdString(propertyId)3318 String debugOutput = "Injecting VHAL event: property=" + toPropertyIdString(propertyId)3342 "Injecting VHAL error event: property=" + toPropertyIdString(3409 toPropertyIdString(propertyId), toAreaIdString(propertyId, areaId), value);3418 toPropertyIdString(propertyId), toAreaIdString(propertyId, areaId), value);