Home
last modified time | relevance | path

Searched refs:VEHICLE_ZONE_ROW_1_RIGHT (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java223 VehicleZone.VEHICLE_ZONE_ROW_1_RIGHT, in testCustomZonedIntVecProperties()
227 VehicleZone.VEHICLE_ZONE_ROW_1_RIGHT); in testCustomZonedIntVecProperties()
261 VehicleZone.VEHICLE_ZONE_ROW_1_RIGHT, in testCustomZonedFloatVecProperties()
265 VehicleZone.VEHICLE_ZONE_ROW_1_RIGHT); in testCustomZonedFloatVecProperties()
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DVehicleZoneTest.java36 assertEquals(VehicleNetworkConsts.VehicleZone.VEHICLE_ZONE_ROW_1_RIGHT, in testMatchWithVehicleHal()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
DHvacTestFragment.java314 if (prop.hasArea(VehicleZone.VEHICLE_ZONE_ROW_1_RIGHT)) { in configureTempSetpoint()
315 mZoneForSetTempP = VehicleZone.VEHICLE_ZONE_ROW_1_RIGHT; in configureTempSetpoint()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetworkConsts.java788 public static final int VEHICLE_ZONE_ROW_1_RIGHT = 0x00000004; field in VehicleNetworkConsts.VehicleZone
807 case VEHICLE_ZONE_ROW_1_RIGHT: return "VEHICLE_ZONE_ROW_1_RIGHT"; in enumToString()