Searched refs:toAreaIdString (Results 1 – 5 of 5) sorted by relevance
20 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;74 assertThat(toAreaIdString(VehicleProperty.ABS_ACTIVE, /*areaId=*/ in testToAreaIdString_handlesGlobalAreaType()76 assertThat(toAreaIdString(VehicleProperty.ABS_ACTIVE, /*areaId=*/ in testToAreaIdString_handlesGlobalAreaType()82 assertThat(toAreaIdString(VehicleProperty.DOOR_POS, in testToAreaIdString_handlesDoorAreaType()85 assertThat(toAreaIdString(VehicleProperty.DOOR_POS, in testToAreaIdString_handlesDoorAreaType()92 toAreaIdString(VehicleProperty.HVAC_POWER_ON, VehicleAreaSeat.UNKNOWN)).isEqualTo( in testToAreaIdString_handlesSeatAreaType()94 assertThat(toAreaIdString(VehicleProperty.HVAC_POWER_ON, in testToAreaIdString_handlesSeatAreaType()101 assertThat(toAreaIdString(VehicleProperty.MIRROR_Y_MOVE, in testToAreaIdString_handlesMirrorAreaType()103 assertThat(toAreaIdString(VehicleProperty.MIRROR_Y_MOVE, in testToAreaIdString_handlesMirrorAreaType()111 toAreaIdString(VehicleProperty.TIRE_PRESSURE, VehicleAreaWheel.UNKNOWN)).isEqualTo( in testToAreaIdString_handlesWheelAreaType()[all …]
22 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;765 + " at areaId " + toAreaIdString(property, areaIds[j]) in createVhalSubscribeOptionsLocked()771 + " at areaId " + toAreaIdString(property, areaIds[j]) in createVhalSubscribeOptionsLocked()906 + " at areaId " + toAreaIdString(property, in unsubscribeProperty()1007 + toAreaIdString(propertyId, areaId)); in get()1177 + toAreaIdString(config.getPropId(), halAreaConfig.getAreaId()) in isPropertySubscribable()1200 + ", areaId=" + toAreaIdString(propertyId, areaId)); in setPropertyFromCommand()1317 toPropertyIdString(propertyId), toAreaIdString(propertyId, areaId)); in dumpPropertyValueByCommand()1363 toPropertyIdString(propertyId), toAreaIdString(propertyId, /*areaId=*/0)); in dumpPropertyValueByConfig()1374 toPropertyIdString(propertyId), toAreaIdString(propertyId, areaId)); in dumpPropertyValueByConfig()[all …]
19 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;261 debugStringJoiner.add("Area ID: " + toAreaIdString(getPropId(), getAreaId())); in toString()
100 public static String toAreaIdString(int propertyId, int areaId) { in toAreaIdString() method in HalPropertyDebugUtils
38 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;3319 + ", areaId=" + toAreaIdString(propertyId, areaId) + ", value=" + value + (3343 propertyId) + ", areaId=" + toAreaIdString(propertyId, areaId)3409 toPropertyIdString(propertyId), toAreaIdString(propertyId, areaId), value);3412 toAreaIdString(propertyId, areaId));3418 toPropertyIdString(propertyId), toAreaIdString(propertyId, areaId), value);