Home
last modified time | relevance | path

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/
DFakeVehicleStubUnitTest.java1278 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/
DSensors.java50 "Fuel", VehiclePropertyIds.FUEL_LEVEL, VEHICLE_AREA_TYPE_GLOBAL,
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/
DSensors.java47 "Fuel", VehiclePropertyIds.FUEL_LEVEL, VEHICLE_AREA_TYPE_GLOBAL,
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java72 VehiclePropertyIds.FUEL_LEVEL,
93 put(VehiclePropertyIds.FUEL_LEVEL, R.string.sensor_fuel_level);
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarSensorManagerTest.java62 addAidlProperty(VehicleProperty.FUEL_LEVEL, in configureMockedHal()
63 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.FUEL_LEVEL) in configureMockedHal()
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java129 VehiclePropertyIds.FUEL_LEVEL, in PropertyPermissionMapping()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java167 propsToString.put(VehiclePropertyIds.FUEL_LEVEL, "FUEL_LEVEL"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java746 public static final int FUEL_LEVEL = 291504903; field in VehiclePropertyIds
/packages/services/Car/car-lib/api/
Dcurrent.txt361 …field @RequiresPermission(android.car.Car.PERMISSION_ENERGY) public static final int FUEL_LEVEL = …
Dlint-baseline.txt776 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/
Dcurrent.txt361 …field @RequiresPermission(android.car.Car.PERMISSION_ENERGY) public static final int FUEL_LEVEL = …
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2526 field TIRAMISU_0 int FUEL_LEVEL = 291504903;