Searched refs:PARKING_BRAKE_ON (Results 1 – 14 of 14) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarSensorManagerTest.java | 66 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()
|
D | CarDrivingRestrictionsTest.java | 69 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()
|
D | CarPropertyServiceTest.java | 95 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/ |
D | CarDrivingStateService.java | 76 VehicleProperty.PARKING_BRAKE_ON, 378 case VehicleProperty.PARKING_BRAKE_ON: in handlePropertyEventLocked() 567 VehicleProperty.PARKING_BRAKE_ON, in updateVehiclePropertiesIfNeededLocked()
|
D | CarShellCommand.java | 3140 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/ |
D | HalPropertyDebugUtilsUnitTest.java | 148 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/ |
D | SensorsTestFragment.java | 75 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/ |
D | PropertyPermissionMapping.java | 142 VehiclePropertyIds.PARKING_BRAKE_ON, in PropertyPermissionMapping()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 180 propsToString.put(VehiclePropertyIds.PARKING_BRAKE_ON, "PARKING_BRAKE_ON"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 1128 public static final int PARKING_BRAKE_ON = 287310850; field in VehiclePropertyIds
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 422 …sion(android.car.Car.PERMISSION_POWERTRAIN) public static final int PARKING_BRAKE_ON = 287310850; …
|
D | lint-baseline.txt | 898 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/ |
D | current.txt | 422 …sion(android.car.Car.PERMISSION_POWERTRAIN) public static final int PARKING_BRAKE_ON = 287310850; …
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2537 field TIRAMISU_0 int PARKING_BRAKE_ON = 287310850;
|