Home
last modified time | relevance | path

Searched refs:PARKING_BRAKE_ON (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarSensorManagerTest.java66 addAidlProperty(VehicleProperty.PARKING_BRAKE_ON, in configureMockedHal()
67 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in configureMockedHal()
163 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEvents()
188 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEvents()
214 value = AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEvents()
364 value = AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEventsWithMultipleListeners()
405 value = AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEventsWithMultipleListeners()
446 value = AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEventsWithMultipleListeners()
458 value = AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEventsWithMultipleListeners()
DCarDrivingRestrictionsTest.java69 addAidlProperty(VehicleProperty.PARKING_BRAKE_ON, AidlVehiclePropValueBuilder in configureMockedHal()
70 .newBuilder(VehicleProperty.PARKING_BRAKE_ON) in configureMockedHal()
122 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in aidlInjectParkingBrakeEvent()
DCarPropertyServiceTest.java95 mDefaultPropValues.put(VehicleProperty.PARKING_BRAKE_ON, in CarPropertyServiceTest()
96 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in CarPropertyServiceTest()
/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java76 VehicleProperty.PARKING_BRAKE_ON,
378 case VehicleProperty.PARKING_BRAKE_ON: in handlePropertyEventLocked()
567 VehicleProperty.PARKING_BRAKE_ON, in updateVehiclePropertiesIfNeededLocked()
DCarShellCommand.java3140 mHal.injectVhalEvent(VehiclePropertyIds.PARKING_BRAKE_ON,
3155 mHal.injectVhalEvent(VehiclePropertyIds.PARKING_BRAKE_ON,
3183 mHal.injectVhalEvent(VehiclePropertyIds.PARKING_BRAKE_ON,
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DHalPropertyDebugUtilsUnitTest.java148 new HalPropValueBuilder(true).build(VehicleProperty.PARKING_BRAKE_ON, 0, in testToValueString()
210 new HalPropValueBuilder(true).build(VehicleProperty.PARKING_BRAKE_ON, in testToValueString_handlesNoValuesSet()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java75 VehiclePropertyIds.PARKING_BRAKE_ON,
96 put(VehiclePropertyIds.PARKING_BRAKE_ON, R.string.sensor_parking_brake);
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java142 VehiclePropertyIds.PARKING_BRAKE_ON, in PropertyPermissionMapping()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java180 propsToString.put(VehiclePropertyIds.PARKING_BRAKE_ON, "PARKING_BRAKE_ON"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1128 public static final int PARKING_BRAKE_ON = 287310850; field in VehiclePropertyIds
/packages/services/Car/car-lib/api/
Dcurrent.txt422 …sion(android.car.Car.PERMISSION_POWERTRAIN) public static final int PARKING_BRAKE_ON = 287310850; …
Dlint-baseline.txt898 UnflaggedApi: android.car.VehiclePropertyIds#PARKING_BRAKE_ON:
899 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.PARKING_BRAKE_ON
/packages/services/Car/car-lib-module/api/
Dcurrent.txt422 …sion(android.car.Car.PERMISSION_POWERTRAIN) public static final int PARKING_BRAKE_ON = 287310850; …
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2537 field TIRAMISU_0 int PARKING_BRAKE_ON = 287310850;