Home
last modified time | relevance | path

Searched refs:toAreaIdString (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java20 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 …]
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java22 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 …]
DHalPropValue.java19 import static com.android.car.hal.property.HalPropertyDebugUtils.toAreaIdString;
261 debugStringJoiner.add("Area ID: " + toAreaIdString(getPropId(), getAreaId())); in toString()
/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java100 public static String toAreaIdString(int propertyId, int areaId) { in toAreaIdString() method in HalPropertyDebugUtils
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java38 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);