Searched refs:FUEL_LEVEL (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStubUnitTest.java | 1278 option.propId = VehicleProperty.FUEL_LEVEL; in testSubscribeContinuousProp() 1291 client.unsubscribe(VehicleProperty.FUEL_LEVEL); in testSubscribeContinuousProp() 1302 option1.propId = VehicleProperty.FUEL_LEVEL; in testSubscribeContinuousPropDifferentRate() 1306 option2.propId = VehicleProperty.FUEL_LEVEL; in testSubscribeContinuousPropDifferentRate() 1324 client.unsubscribe(VehicleProperty.FUEL_LEVEL); in testSubscribeContinuousPropDifferentRate() 1335 option.propId = VehicleProperty.FUEL_LEVEL; in testSubscribeContinuousPropRateTooLarge() 1348 client.unsubscribe(VehicleProperty.FUEL_LEVEL); in testSubscribeContinuousPropRateTooLarge() 1359 option.propId = VehicleProperty.FUEL_LEVEL; in testSubscribeContinuousPropRateTooSmall() 1372 client.unsubscribe(VehicleProperty.FUEL_LEVEL); in testSubscribeContinuousPropRateTooSmall() 1519 option.propId = VehicleProperty.FUEL_LEVEL; in testUnsubscribeContinuousPropOneClient() [all …]
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/ |
D | Sensors.java | 50 "Fuel", VehiclePropertyIds.FUEL_LEVEL, VEHICLE_AREA_TYPE_GLOBAL,
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/ |
D | Sensors.java | 47 "Fuel", VehiclePropertyIds.FUEL_LEVEL, VEHICLE_AREA_TYPE_GLOBAL,
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 72 VehiclePropertyIds.FUEL_LEVEL, 93 put(VehiclePropertyIds.FUEL_LEVEL, R.string.sensor_fuel_level);
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarSensorManagerTest.java | 62 addAidlProperty(VehicleProperty.FUEL_LEVEL, in configureMockedHal() 63 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.FUEL_LEVEL) in configureMockedHal()
|
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | PropertyPermissionMapping.java | 129 VehiclePropertyIds.FUEL_LEVEL, in PropertyPermissionMapping()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 167 propsToString.put(VehiclePropertyIds.FUEL_LEVEL, "FUEL_LEVEL"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 746 public static final int FUEL_LEVEL = 291504903; field in VehiclePropertyIds
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 361 …field @RequiresPermission(android.car.Car.PERMISSION_ENERGY) public static final int FUEL_LEVEL = …
|
D | lint-baseline.txt | 776 UnflaggedApi: android.car.VehiclePropertyIds#FUEL_LEVEL: 777 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.FUEL_LEVEL
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 361 …field @RequiresPermission(android.car.Car.PERMISSION_ENERGY) public static final int FUEL_LEVEL = …
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2526 field TIRAMISU_0 int FUEL_LEVEL = 291504903;
|