Searched refs:ENGINE_OIL_LEVEL (Results 1 – 13 of 13) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStubUnitTest.java | 1126 option.propId = VehicleProperty.ENGINE_OIL_LEVEL; in testSubscribeOnChangePropOneClientSubscribeOnePropManyTime() 1133 /* propId= */ VehicleProperty.ENGINE_OIL_LEVEL, /* areaId= */ 0, in testSubscribeOnChangePropOneClientSubscribeOnePropManyTime() 1148 client.unsubscribe(VehicleProperty.ENGINE_OIL_LEVEL); in testSubscribeOnChangePropOneClientSubscribeOnePropManyTime() 1163 option1.propId = VehicleProperty.ENGINE_OIL_LEVEL; in testSubscribeOnChangePropOneClientSubscribeTwoProp() 1173 /* propId= */ VehicleProperty.ENGINE_OIL_LEVEL, /* areaId= */ 0, in testSubscribeOnChangePropOneClientSubscribeTwoProp() 1192 client.unsubscribe(VehicleProperty.ENGINE_OIL_LEVEL); in testSubscribeOnChangePropOneClientSubscribeTwoProp() 1242 option.propId = VehicleProperty.ENGINE_OIL_LEVEL; in testSubscribeOnChangePropTwoClientSubscribeSameProp() 1249 /* propId= */ VehicleProperty.ENGINE_OIL_LEVEL, /* areaId= */ 0, in testSubscribeOnChangePropTwoClientSubscribeSameProp() 1266 client1.unsubscribe(VehicleProperty.ENGINE_OIL_LEVEL); in testSubscribeOnChangePropTwoClientSubscribeSameProp() 1267 client2.unsubscribe(VehicleProperty.ENGINE_OIL_LEVEL); in testSubscribeOnChangePropTwoClientSubscribeSameProp() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/ |
D | PropertyHalServiceConfigsUnitTest.java | 77 private static final int[] SYSTEM_PROPERTY_IDS = {VehiclePropertyIds.ENGINE_OIL_LEVEL, 189 .isReadable(mContext, VehiclePropertyIds.ENGINE_OIL_LEVEL)).isTrue(); in testIsReadableWritableForSystemProperty() 191 .isWritable(mContext, VehiclePropertyIds.ENGINE_OIL_LEVEL)).isFalse(); in testIsReadableWritableForSystemProperty()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 86 VehiclePropertyIds.ENGINE_OIL_LEVEL 110 put(VehiclePropertyIds.ENGINE_OIL_LEVEL, R.string.sensor_engine_oil_level);
|
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | PropertyPermissionMapping.java | 125 VehiclePropertyIds.ENGINE_OIL_LEVEL, in PropertyPermissionMapping()
|
/packages/services/Car/car-lib/api/ |
D | baseline.txt | 20 MissingPermission: android.car.VehiclePropertyIds#ENGINE_OIL_LEVEL: 21 …PERMISSION_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_OIL_LEVEL is hidden or …
|
D | test-baseline.txt | 20 MissingPermission: android.car.VehiclePropertyIds#ENGINE_OIL_LEVEL: 21 …PERMISSION_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_OIL_LEVEL is hidden or …
|
D | current.txt | 335 …droid.car.permission.CAR_ENGINE_DETAILED")) public static final int ENGINE_OIL_LEVEL = 289407747; …
|
D | lint-baseline.txt | 726 UnflaggedApi: android.car.VehiclePropertyIds#ENGINE_OIL_LEVEL: 727 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.ENGINE_OIL_LEVEL
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 163 propsToString.put(VehiclePropertyIds.ENGINE_OIL_LEVEL, "ENGINE_OIL_LEVEL"); in testToString()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | HalPropConfigTest.java | 469 aidlVehiclePropConfig.prop = VehicleProperty.ENGINE_OIL_LEVEL; in toCarPropertyConfig_aidlAutoPopulatesSupportedEnumValuesIfEmpty()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 562 public static final int ENGINE_OIL_LEVEL = 289407747; field in VehiclePropertyIds
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 335 …droid.car.permission.CAR_ENGINE_DETAILED")) public static final int ENGINE_OIL_LEVEL = 289407747; …
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2522 field TIRAMISU_0 int ENGINE_OIL_LEVEL = 289407747;
|