Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarSensorManagerTest.java66 addProperty(VehicleProperty.PARKING_BRAKE_ON, in configureMockedHal()
67 VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in configureMockedHal()
166 VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEvents()
191 VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEvents()
217 value = VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEvents()
368 value = VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEventsWithMultipleListeners()
409 value = VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEventsWithMultipleListeners()
450 value = VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEventsWithMultipleListeners()
462 value = VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testEventsWithMultipleListeners()
DCarDrivingRestrictionsTest.java69 addProperty(VehicleProperty.PARKING_BRAKE_ON, VehiclePropValueBuilder in configureMockedHal()
70 .newBuilder(VehicleProperty.PARKING_BRAKE_ON) in configureMockedHal()
167 VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in testDrivingStateChange()
DCarPropertyServiceTest.java72 mDefaultPropValues.put(VehicleProperty.PARKING_BRAKE_ON, in CarPropertyServiceTest()
73 VehiclePropValueBuilder.newBuilder(VehicleProperty.PARKING_BRAKE_ON) in CarPropertyServiceTest()
/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java67 VehicleProperty.PARKING_BRAKE_ON};
328 case VehicleProperty.PARKING_BRAKE_ON: in handlePropertyEventLocked()
491 VehicleProperty.PARKING_BRAKE_ON, in updateVehiclePropertiesIfNeededLocked()
DCarShellCommand.java1925 mHal.injectVhalEvent(VehiclePropertyIds.PARKING_BRAKE_ON,
1939 mHal.injectVhalEvent(VehiclePropertyIds.PARKING_BRAKE_ON,
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java74 VehiclePropertyIds.PARKING_BRAKE_ON,
95 put(VehiclePropertyIds.PARKING_BRAKE_ON, R.string.sensor_parking_brake);
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java629 public static final int PARKING_BRAKE_ON = 287310850; field in VehiclePropertyIds
1917 case PARKING_BRAKE_ON: in toString()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java142 VehiclePropertyIds.PARKING_BRAKE_ON, in PropertyPermissionMapping()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java171 mProps.add(VehiclePropertyIds.PARKING_BRAKE_ON); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java153 VehiclePropertyIds.toString(VehiclePropertyIds.PARKING_BRAKE_ON)); in testToString()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java461 mProps.put(VehicleProperty.PARKING_BRAKE_ON, new Pair<>( in PropertyHalServiceIds()
/packages/services/Car/car-lib/api/
Dcurrent.txt320 …sion(android.car.Car.PERMISSION_POWERTRAIN) public static final int PARKING_BRAKE_ON = 287310850; …