Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarInfoManagerTest.java73 addAidlStaticProperty(VehicleProperty.INFO_FUEL_CAPACITY, in configureMockedHal()
74 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.INFO_FUEL_CAPACITY) in configureMockedHal()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParserUnitTest.java198 .get(VehicleProperty.INFO_FUEL_CAPACITY).getConfig().prop; in testParsePropertyIdWithStringValue()
200 assertThat(propId).isEqualTo(VehicleProperty.INFO_FUEL_CAPACITY); in testParsePropertyIdWithStringValue()
863 assertThat(result.get(VehicleProperty.INFO_FUEL_CAPACITY).getConfig().prop) in testParseDefaultConfigFile()
864 .isEqualTo(VehicleProperty.INFO_FUEL_CAPACITY); in testParseDefaultConfigFile()
865 assertThat(result.get(VehicleProperty.INFO_FUEL_CAPACITY).getInitialValue().floatValues[0]) in testParseDefaultConfigFile()
DFakeVehicleStubUnitTest.java364 .build(/* prop= */ VehicleProperty.INFO_FUEL_CAPACITY, /* areaId= */ 123); in testGetMethodPropIdIsGlobalHasNoDefaultValueAreaIdIgnored()
375 + VehicleProperty.INFO_FUEL_CAPACITY + " has no property value."); in testGetMethodPropIdIsGlobalHasNoDefaultValueAreaIdIgnored()
787 /* propId= */ VehicleProperty.INFO_FUEL_CAPACITY, /* areaId= */ 0, in testSetMethodPropDefaultValueExist()
812 /* propId= */ VehicleProperty.INFO_FUEL_CAPACITY, /* areaId= */ 0, in testSetMethodPropDefaultValueNotExist()
1000 /* propId= */ VehicleProperty.INFO_FUEL_CAPACITY, /* areaId= */ 0, in testSetAsyncForSingleProp()
1432 option.propId = VehicleProperty.INFO_FUEL_CAPACITY; in testSubscribeStaticPropThrowException()
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/
DSensors.java55 "Fuel Capacity", VehiclePropertyIds.INFO_FUEL_CAPACITY, VEHICLE_AREA_TYPE_GLOBAL,
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/
DSensors.java52 "Fuel Capacity", VehiclePropertyIds.INFO_FUEL_CAPACITY, VEHICLE_AREA_TYPE_GLOBAL,
/packages/services/Car/car-lib/src/com/android/car/internal/
DPropertyPermissionMapping.java109 VehiclePropertyIds.INFO_FUEL_CAPACITY, in PropertyPermissionMapping()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java146 propsToString.put(VehiclePropertyIds.INFO_FUEL_CAPACITY, "INFO_FUEL_CAPACITY"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java185 public static final int INFO_FUEL_CAPACITY = 291504388; field in VehiclePropertyIds
/packages/services/Car/car-lib/api/
Dcurrent.txt400 …ssion(android.car.Car.PERMISSION_CAR_INFO) public static final int INFO_FUEL_CAPACITY = 291504388;…
Dlint-baseline.txt854 UnflaggedApi: android.car.VehiclePropertyIds#INFO_FUEL_CAPACITY:
855 … New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.INFO_FUEL_CAPACITY
/packages/services/Car/car-lib-module/api/
Dcurrent.txt400 …ssion(android.car.Car.PERMISSION_CAR_INFO) public static final int INFO_FUEL_CAPACITY = 291504388;…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2507 field TIRAMISU_0 int INFO_FUEL_CAPACITY = 291504388;