blob: 9dd7ce4474b74309b74b884f1d102b5cf34c42c1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.4.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (7.4.0-alpha08)" variant="all" version="7.4.0-alpha08">
<issue
id="RequireUnstableAidlAnnotation"
message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker"
errorLine1="oneway interface ICarAppActivity {"
errorLine2="^">
<location
file="src/main/aidl/androidx/car/app/activity/renderer/ICarAppActivity.aidl"/>
</issue>
<issue
id="RequireUnstableAidlAnnotation"
message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker"
errorLine1="interface IInsetsListener {"
errorLine2="^">
<location
file="src/main/aidl/androidx/car/app/activity/renderer/IInsetsListener.aidl"/>
</issue>
<issue
id="RequireUnstableAidlAnnotation"
message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker"
errorLine1="interface IProxyInputConnection {"
errorLine2="^">
<location
file="src/main/aidl/androidx/car/app/activity/renderer/IProxyInputConnection.aidl"/>
</issue>
<issue
id="RequireUnstableAidlAnnotation"
message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker"
errorLine1="interface IRendererCallback {"
errorLine2="^">
<location
file="src/main/aidl/androidx/car/app/activity/renderer/IRendererCallback.aidl"/>
</issue>
<issue
id="RequireUnstableAidlAnnotation"
message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker"
errorLine1="interface IRendererService {"
errorLine2="^">
<location
file="src/main/aidl/androidx/car/app/activity/renderer/IRendererService.aidl"/>
</issue>
<issue
id="RequireUnstableAidlAnnotation"
message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker"
errorLine1="oneway interface ISurfaceControl {"
errorLine2="^">
<location
file="src/main/aidl/androidx/car/app/activity/renderer/surface/ISurfaceControl.aidl"/>
</issue>
<issue
id="RequireUnstableAidlAnnotation"
message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker"
errorLine1="oneway interface ISurfaceListener {"
errorLine2="^">
<location
file="src/main/aidl/androidx/car/app/activity/renderer/surface/ISurfaceListener.aidl"/>
</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=" 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=" 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=" 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=" 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=" 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="SupportAnnotationUsage"
message="This annotation does not apply for type com.google.common.collect.ImmutableMap&lt;java.util.Set&lt;androidx.car.app.hardware.common.CarZone>,java.util.Set&lt;java.lang.Integer>>; expected int"
errorLine1=" @HvacFanDirection"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/>
</issue>
</issues>