Home
last modified time | relevance | path

Searched refs:ENGINE_OIL_LEVEL (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceIdsTest.java63 private static final int[] SYSTEM_PROPERTY_IDS = {VehiclePropertyIds.ENGINE_OIL_LEVEL,
123 assertThat(mPropertyHalServiceIds.getReadPermission(VehiclePropertyIds.ENGINE_OIL_LEVEL)) in checkPermissionForSystemProperty()
125 assertThat(mPropertyHalServiceIds.getWritePermission(VehiclePropertyIds.ENGINE_OIL_LEVEL)) in checkPermissionForSystemProperty()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java85 VehiclePropertyIds.ENGINE_OIL_LEVEL
109 put(VehiclePropertyIds.ENGINE_OIL_LEVEL, R.string.sensor_engine_oil_level);
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java294 public static final int ENGINE_OIL_LEVEL = 289407747; field in VehiclePropertyIds
1887 case ENGINE_OIL_LEVEL: in toString()
/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.txt247 …ndroid.car.permission.CAR_ENGINE_DETAILED") public static final int ENGINE_OIL_LEVEL = 289407747; …
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalServiceIds.java410 mProps.put(VehicleProperty.ENGINE_OIL_LEVEL, new Pair<>( in PropertyHalServiceIds()
571 mPropToValidValue.put(VehicleProperty.ENGINE_OIL_LEVEL, OIL_LEVEL); in PropertyHalServiceIds()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarPropertyManagerPublicPermissionTest.java155 mProps.add(VehiclePropertyIds.ENGINE_OIL_LEVEL); in initAllPropertyIds()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java126 VehiclePropertyIds.toString(VehiclePropertyIds.ENGINE_OIL_LEVEL)); in testToString()