Searched refs:ENGINE_OIL_LEVEL (Results 1 – 10 of 10) sorted by relevance
63 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()
85 VehiclePropertyIds.ENGINE_OIL_LEVEL109 put(VehiclePropertyIds.ENGINE_OIL_LEVEL, R.string.sensor_engine_oil_level);
294 public static final int ENGINE_OIL_LEVEL = 289407747; field in VehiclePropertyIds1887 case ENGINE_OIL_LEVEL: in toString()
125 VehiclePropertyIds.ENGINE_OIL_LEVEL, in PropertyPermissionMapping()
20 MissingPermission: android.car.VehiclePropertyIds#ENGINE_OIL_LEVEL:21 …PERMISSION_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_OIL_LEVEL is hidden or …
247 …ndroid.car.permission.CAR_ENGINE_DETAILED") public static final int ENGINE_OIL_LEVEL = 289407747; …
410 mProps.put(VehicleProperty.ENGINE_OIL_LEVEL, new Pair<>( in PropertyHalServiceIds()571 mPropToValidValue.put(VehicleProperty.ENGINE_OIL_LEVEL, OIL_LEVEL); in PropertyHalServiceIds()
155 mProps.add(VehiclePropertyIds.ENGINE_OIL_LEVEL); in initAllPropertyIds()
126 VehiclePropertyIds.toString(VehiclePropertyIds.ENGINE_OIL_LEVEL)); in testToString()