Searched refs:PERF_VEHICLE_SPEED (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarDrivingRestrictionsTest.java | 64 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()
|
D | CarUxRestrictionsManagerServiceTest.java | 388 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()
|
D | CarSensorManagerTest.java | 54 addProperty(VehicleProperty.PERF_VEHICLE_SPEED, in configureMockedHal() 55 VehiclePropValueBuilder.newBuilder(VehicleProperty.PERF_VEHICLE_SPEED) in configureMockedHal()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarDrivingStateService.java | 64 VehicleProperty.PERF_VEHICLE_SPEED, 340 case VehicleProperty.PERF_VEHICLE_SPEED: in handlePropertyEvent() 540 VehicleProperty.PERF_VEHICLE_SPEED, in updateVehiclePropertiesIfNeeded()
|
D | CarUxRestrictionsManagerService.java | 184 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/ |
D | VehiclePropertyIds.java | 94 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/ |
D | E2ePerformanceTest.java | 73 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/ |
D | SensorsTestFragment.java | 163 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/ |
D | Sensors.java | 70 "Speed", VehiclePropertyIds.PERF_VEHICLE_SPEED, GLOBAL_AREA_ID,
|
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | PropertyPermissionMapping.java | 120 VehiclePropertyIds.PERF_VEHICLE_SPEED, in PropertyPermissionMapping()
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalServiceIds.java | 274 mProps.put(VehicleProperty.PERF_VEHICLE_SPEED, new Pair<>( in PropertyHalServiceIds()
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 239 field public static final int PERF_VEHICLE_SPEED = 291504647; // 0x11600207
|