Home
last modified time | relevance | path

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/
DFakeVehicleStubUnitTest.java1126 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/
DPropertyHalServiceConfigsUnitTest.java77 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/
DSensorsTestFragment.java86 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/
DPropertyPermissionMapping.java125 VehiclePropertyIds.ENGINE_OIL_LEVEL, in PropertyPermissionMapping()
/packages/services/Car/car-lib/api/
Dbaseline.txt20 MissingPermission: android.car.VehiclePropertyIds#ENGINE_OIL_LEVEL:
21 …PERMISSION_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_OIL_LEVEL is hidden or …
Dtest-baseline.txt20 MissingPermission: android.car.VehiclePropertyIds#ENGINE_OIL_LEVEL:
21 …PERMISSION_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_OIL_LEVEL is hidden or …
Dcurrent.txt335 …droid.car.permission.CAR_ENGINE_DETAILED")) public static final int ENGINE_OIL_LEVEL = 289407747; …
Dlint-baseline.txt726 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/
DVehiclePropertyIdsTest.java163 propsToString.put(VehiclePropertyIds.ENGINE_OIL_LEVEL, "ENGINE_OIL_LEVEL"); in testToString()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropConfigTest.java469 aidlVehiclePropConfig.prop = VehicleProperty.ENGINE_OIL_LEVEL; in toCarPropertyConfig_aidlAutoPopulatesSupportedEnumValuesIfEmpty()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java562 public static final int ENGINE_OIL_LEVEL = 289407747; field in VehiclePropertyIds
/packages/services/Car/car-lib-module/api/
Dcurrent.txt335 …droid.car.permission.CAR_ENGINE_DETAILED")) public static final int ENGINE_OIL_LEVEL = 289407747; …
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2522 field TIRAMISU_0 int ENGINE_OIL_LEVEL = 289407747;