Searched refs:INFO_FUEL_CAPACITY (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarInfoManagerTest.java | 73 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/ |
D | FakeVhalConfigParserUnitTest.java | 198 .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()
|
D | FakeVehicleStubUnitTest.java | 364 .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/ |
D | Sensors.java | 55 "Fuel Capacity", VehiclePropertyIds.INFO_FUEL_CAPACITY, VEHICLE_AREA_TYPE_GLOBAL,
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/ |
D | Sensors.java | 52 "Fuel Capacity", VehiclePropertyIds.INFO_FUEL_CAPACITY, VEHICLE_AREA_TYPE_GLOBAL,
|
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | PropertyPermissionMapping.java | 109 VehiclePropertyIds.INFO_FUEL_CAPACITY, in PropertyPermissionMapping()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 146 propsToString.put(VehiclePropertyIds.INFO_FUEL_CAPACITY, "INFO_FUEL_CAPACITY"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 185 public static final int INFO_FUEL_CAPACITY = 291504388; field in VehiclePropertyIds
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 400 …ssion(android.car.Car.PERMISSION_CAR_INFO) public static final int INFO_FUEL_CAPACITY = 291504388;…
|
D | lint-baseline.txt | 854 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/ |
D | current.txt | 400 …ssion(android.car.Car.PERMISSION_CAR_INFO) public static final int INFO_FUEL_CAPACITY = 291504388;…
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2507 field TIRAMISU_0 int INFO_FUEL_CAPACITY = 291504388;
|