Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDrivingRestrictionsTest.java64 addProperty(VehicleProperty.PERF_VEHICLE_SPEED, VehiclePropValueBuilder in configureMockedHal()
65 .newBuilder(VehicleProperty.PERF_VEHICLE_SPEED) in configureMockedHal()
109 VehiclePropValueBuilder.newBuilder(VehicleProperty.PERF_VEHICLE_SPEED) in testDrivingStateChange()
131 VehiclePropValueBuilder.newBuilder(VehicleProperty.PERF_VEHICLE_SPEED) in testDrivingStateChange()
147 VehiclePropValueBuilder.newBuilder(VehicleProperty.PERF_VEHICLE_SPEED) in testDrivingStateChange()
199 VehiclePropValueBuilder.newBuilder(VehicleProperty.PERF_VEHICLE_SPEED) in testDrivingStateChangeForMalformedInputs()
222 VehiclePropValueBuilder.newBuilder(VehicleProperty.PERF_VEHICLE_SPEED) in testDrivingStateChangeForMalformedInputs()
DCarUxRestrictionsManagerServiceTest.java388 VehiclePropertyIds.PERF_VEHICLE_SPEED, 0, 100f))); in testInitService_NoDeadlockWithCarDrivingStateService()
477 VehiclePropertyIds.PERF_VEHICLE_SPEED, 0, 100f))); in testSetUxRChangeBroadcastEnabled_NoDeadlockWithCarDrivingStateService()
520 CarPropertyValue<Float> speed = new CarPropertyValue<>(VehicleProperty.PERF_VEHICLE_SPEED, in setUpMockParkedState()
522 when(mMockCarPropertyService.getProperty(VehicleProperty.PERF_VEHICLE_SPEED, 0)) in setUpMockParkedState()
530 CarPropertyValue<Float> speed = new CarPropertyValue<>(VehicleProperty.PERF_VEHICLE_SPEED, in setUpMockDrivingState()
532 when(mMockCarPropertyService.getProperty(VehicleProperty.PERF_VEHICLE_SPEED, 0)) in setUpMockDrivingState()
DCarSensorManagerTest.java54 addProperty(VehicleProperty.PERF_VEHICLE_SPEED, in configureMockedHal()
55 VehiclePropValueBuilder.newBuilder(VehicleProperty.PERF_VEHICLE_SPEED) in configureMockedHal()
/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java64 VehicleProperty.PERF_VEHICLE_SPEED,
340 case VehicleProperty.PERF_VEHICLE_SPEED: in handlePropertyEvent()
540 VehicleProperty.PERF_VEHICLE_SPEED, in updateVehiclePropertiesIfNeeded()
DCarUxRestrictionsManagerService.java184 mCarPropertyService.registerListener(VehicleProperty.PERF_VEHICLE_SPEED, in init()
304 CarPropertyValue value = mCarPropertyService.getProperty(VehicleProperty.PERF_VEHICLE_SPEED, in getCurrentSpeed()
777 == VehicleProperty.PERF_VEHICLE_SPEED)) {
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java94 public static final int PERF_VEHICLE_SPEED = 291504647; field in VehiclePropertyIds
776 if (o == PERF_VEHICLE_SPEED) { in toString()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java73 CarSensorManager.SENSOR_TYPE_CAR_SPEED, VehicleProperty.PERF_VEHICLE_SPEED); in singleContinuousProperty()
103 .setProp(VehicleProperty.PERF_VEHICLE_SPEED) in benchmarkEventBandwidthThroughCarService()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java163 set.add(VehiclePropertyIds.PERF_VEHICLE_SPEED); in initSensors()
259 case VehiclePropertyIds.PERF_VEHICLE_SPEED: //0x11600207 291504647 in refreshSensorInfoText()
/packages/apps/Car/Cluster/src/android/car/cluster/sensors/
DSensors.java70 "Speed", VehiclePropertyIds.PERF_VEHICLE_SPEED, GLOBAL_AREA_ID,
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java120 VehiclePropertyIds.PERF_VEHICLE_SPEED, in PropertyPermissionMapping()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java274 mProps.put(VehicleProperty.PERF_VEHICLE_SPEED, new Pair<>( in PropertyHalServiceIds()
/packages/services/Car/car-lib/api/
Dcurrent.txt239 field public static final int PERF_VEHICLE_SPEED = 291504647; // 0x11600207