| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.6.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-beta01)" variant="all" version="8.6.0-beta01"> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" static final List<CarZone> GLOBAL_CAR_ZONE = Arrays.asList(getGlobalCarZone());" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" static final ImmutableMap<Integer, List<CarZone>> ENERGY_LEVEL_REQUEST = ImmutableMap.<Integer," |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" private static final ImmutableMap<Integer, List<CarZone>> MILEAGE_REQUEST =" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" static final ImmutableMap<Integer, List<CarZone>> TOLL_REQUEST = ImmutableMap.<Integer," |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" private static final ImmutableMap<Integer, List<CarZone>> SPEED_REQUEST = ImmutableMap.<Integer," |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" private static final ImmutableMap<Integer, List<CarZone>> EV_STATUS_REQUEST =" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" private final OnCarDataAvailableListener<EvStatus> mEvStatusOnCarDataAvailableListener;" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" EvStatusListener(OnCarDataAvailableListener<EvStatus> listener, Executor executor) {" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public abstract ImmutableMap<Set<CarZone>, Set<Integer>> getHvacFanDirection();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public abstract ImmutableMap<Set<CarZone>, Pair<T, T>> getCarZoneSetsToMinMaxRange();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public abstract ImmutableList<Set<CarZone>> getCarZones();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" Collections.singleton(CarZone.CAR_ZONE_GLOBAL)))" |
| errorLine2=" ~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public abstract Builder<T> setHvacFanDirection(@Nullable Map<Set<CarZone>," |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" @Nullable Map<Set<CarZone>, Pair<T, T>> minMaxRange);" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" @NonNull List<Set<CarZone>> carZones);" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public abstract ImmutableList<CarZone> getCarZones();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyResponse.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public abstract Builder<T> setCarZones(@NonNull List<CarZone> carZones);" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/CarPropertyResponse.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public abstract ImmutableList<CarZone> getCarZones();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/GetPropertyRequest.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public abstract Builder setCarZones(@NonNull List<CarZone> carZones);" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/GetPropertyRequest.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" @NonNull Map<Integer, List<CarZone>> propertyIdsToCarZones, float sampleRate," |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyManager.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" Map<Integer, List<CarZone>> propertyIdsToCarZones = new HashMap<>();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyManager.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" Map<Set<CarZone>, Set<Integer>> fanDirectionValues = new HashMap<>();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" fanDirectionValues.put(convertAreaIdToCarZones(CarZoneUtils.AreaType.SEAT," |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" fanDirectionValues.put(convertAreaIdToCarZones(CarZoneUtils.AreaType.SEAT," |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" ? CarZoneUtils.AreaType.SEAT : CarZoneUtils.AreaType.NONE;" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" ? CarZoneUtils.AreaType.SEAT : CarZoneUtils.AreaType.NONE;" |
| errorLine2=" ~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" Map<Set<CarZone>, Pair<Object, Object>> minMaxRange = new HashMap<>();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" List<Set<CarZone>> carZones = new ArrayList<>();" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" minMaxRange.put(convertAreaIdToCarZones(areaType," |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" carZones.add(convertAreaIdToCarZones(areaType, areaId));" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" append(HVAC_ELECTRIC_DEFROSTER_ON_PROPERTY_ID, CAR_PERMISSION_CLIMATE_CONTROL);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" append(HVAC_ELECTRIC_DEFROSTER_ON_PROPERTY_ID, CAR_PERMISSION_CLIMATE_CONTROL);" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public static Map<Set<CarZone>, Pair<Integer, Integer>> getMinMaxProfileIntegerMap(" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" @NonNull Map<Set<CarZone>, ? extends Pair<?, ?>> minMaxRange) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" Map<Set<CarZone>, Pair<Integer, Integer>>" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" public static Map<Set<CarZone>, Pair<Float, Float>> getMinMaxProfileFloatMap(" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" @NonNull Map<Set<CarZone>, ? extends Pair<?, ?>> minMaxRange) {" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> |
| </issue> |
| |
| <issue |
| id="UnsafeOptInUsageError" |
| message="This declaration is opt-in and its usage should be marked with `@androidx.car.app.annotations.ExperimentalCarApi` or `@OptIn(markerClass = androidx.car.app.annotations.ExperimentalCarApi.class)`" |
| errorLine1=" Map<Set<CarZone>, Pair<Float, Float>>" |
| errorLine2=" ~~~~~~~"> |
| <location |
| file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> |
| </issue> |
| |
| </issues> |