1<?xml version="1.0" encoding="UTF-8"?> 2<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"> 3 4 <issue 5 id="UnsafeOptInUsageError" 6 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)`" 7 errorLine1=" static final List<CarZone> GLOBAL_CAR_ZONE = Arrays.asList(getGlobalCarZone());" 8 errorLine2=" ~~~~~~~"> 9 <location 10 file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> 11 </issue> 12 13 <issue 14 id="UnsafeOptInUsageError" 15 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)`" 16 errorLine1=" static final ImmutableMap<Integer, List<CarZone>> ENERGY_LEVEL_REQUEST = ImmutableMap.<Integer," 17 errorLine2=" ~~~~~~~"> 18 <location 19 file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> 20 </issue> 21 22 <issue 23 id="UnsafeOptInUsageError" 24 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)`" 25 errorLine1=" private static final ImmutableMap<Integer, List<CarZone>> MILEAGE_REQUEST =" 26 errorLine2=" ~~~~~~~"> 27 <location 28 file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> 29 </issue> 30 31 <issue 32 id="UnsafeOptInUsageError" 33 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)`" 34 errorLine1=" static final ImmutableMap<Integer, List<CarZone>> TOLL_REQUEST = ImmutableMap.<Integer," 35 errorLine2=" ~~~~~~~"> 36 <location 37 file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> 38 </issue> 39 40 <issue 41 id="UnsafeOptInUsageError" 42 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)`" 43 errorLine1=" private static final ImmutableMap<Integer, List<CarZone>> SPEED_REQUEST = ImmutableMap.<Integer," 44 errorLine2=" ~~~~~~~"> 45 <location 46 file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> 47 </issue> 48 49 <issue 50 id="UnsafeOptInUsageError" 51 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)`" 52 errorLine1=" private static final ImmutableMap<Integer, List<CarZone>> EV_STATUS_REQUEST =" 53 errorLine2=" ~~~~~~~"> 54 <location 55 file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> 56 </issue> 57 58 <issue 59 id="UnsafeOptInUsageError" 60 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)`" 61 errorLine1=" private final OnCarDataAvailableListener<EvStatus> mEvStatusOnCarDataAvailableListener;" 62 errorLine2=" ~~~~~~~~"> 63 <location 64 file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> 65 </issue> 66 67 <issue 68 id="UnsafeOptInUsageError" 69 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)`" 70 errorLine1=" EvStatusListener(OnCarDataAvailableListener<EvStatus> listener, Executor executor) {" 71 errorLine2=" ~~~~~~~~"> 72 <location 73 file="src/main/java/androidx/car/app/hardware/info/AutomotiveCarInfo.java"/> 74 </issue> 75 76 <issue 77 id="UnsafeOptInUsageError" 78 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)`" 79 errorLine1=" public abstract ImmutableMap<Set<CarZone>, Set<Integer>> getHvacFanDirection();" 80 errorLine2=" ~~~~~~~"> 81 <location 82 file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> 83 </issue> 84 85 <issue 86 id="UnsafeOptInUsageError" 87 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)`" 88 errorLine1=" public abstract ImmutableMap<Set<CarZone>, Pair<T, T>> getCarZoneSetsToMinMaxRange();" 89 errorLine2=" ~~~~~~~"> 90 <location 91 file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> 92 </issue> 93 94 <issue 95 id="UnsafeOptInUsageError" 96 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)`" 97 errorLine1=" public abstract ImmutableList<Set<CarZone>> getCarZones();" 98 errorLine2=" ~~~~~~~"> 99 <location 100 file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> 101 </issue> 102 103 <issue 104 id="UnsafeOptInUsageError" 105 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)`" 106 errorLine1=" Collections.singleton(CarZone.CAR_ZONE_GLOBAL)))" 107 errorLine2=" ~~~~~~~~~~~~~~~"> 108 <location 109 file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> 110 </issue> 111 112 <issue 113 id="UnsafeOptInUsageError" 114 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)`" 115 errorLine1=" public abstract Builder<T> setHvacFanDirection(@Nullable Map<Set<CarZone>," 116 errorLine2=" ~~~~~~~"> 117 <location 118 file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> 119 </issue> 120 121 <issue 122 id="UnsafeOptInUsageError" 123 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)`" 124 errorLine1=" @Nullable Map<Set<CarZone>, Pair<T, T>> minMaxRange);" 125 errorLine2=" ~~~~~~~"> 126 <location 127 file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> 128 </issue> 129 130 <issue 131 id="UnsafeOptInUsageError" 132 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)`" 133 errorLine1=" @NonNull List<Set<CarZone>> carZones);" 134 errorLine2=" ~~~~~~~"> 135 <location 136 file="src/main/java/androidx/car/app/hardware/common/CarPropertyProfile.java"/> 137 </issue> 138 139 <issue 140 id="UnsafeOptInUsageError" 141 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)`" 142 errorLine1=" public abstract ImmutableList<CarZone> getCarZones();" 143 errorLine2=" ~~~~~~~"> 144 <location 145 file="src/main/java/androidx/car/app/hardware/common/CarPropertyResponse.java"/> 146 </issue> 147 148 <issue 149 id="UnsafeOptInUsageError" 150 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)`" 151 errorLine1=" public abstract Builder<T> setCarZones(@NonNull List<CarZone> carZones);" 152 errorLine2=" ~~~~~~~"> 153 <location 154 file="src/main/java/androidx/car/app/hardware/common/CarPropertyResponse.java"/> 155 </issue> 156 157 <issue 158 id="UnsafeOptInUsageError" 159 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)`" 160 errorLine1=" public abstract ImmutableList<CarZone> getCarZones();" 161 errorLine2=" ~~~~~~~"> 162 <location 163 file="src/main/java/androidx/car/app/hardware/common/GetPropertyRequest.java"/> 164 </issue> 165 166 <issue 167 id="UnsafeOptInUsageError" 168 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)`" 169 errorLine1=" public abstract Builder setCarZones(@NonNull List<CarZone> carZones);" 170 errorLine2=" ~~~~~~~"> 171 <location 172 file="src/main/java/androidx/car/app/hardware/common/GetPropertyRequest.java"/> 173 </issue> 174 175 <issue 176 id="UnsafeOptInUsageError" 177 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)`" 178 errorLine1=" @NonNull Map<Integer, List<CarZone>> propertyIdsToCarZones, float sampleRate," 179 errorLine2=" ~~~~~~~"> 180 <location 181 file="src/main/java/androidx/car/app/hardware/common/PropertyManager.java"/> 182 </issue> 183 184 <issue 185 id="UnsafeOptInUsageError" 186 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)`" 187 errorLine1=" Map<Integer, List<CarZone>> propertyIdsToCarZones = new HashMap<>();" 188 errorLine2=" ~~~~~~~"> 189 <location 190 file="src/main/java/androidx/car/app/hardware/common/PropertyManager.java"/> 191 </issue> 192 193 <issue 194 id="UnsafeOptInUsageError" 195 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)`" 196 errorLine1=" Map<Set<CarZone>, Set<Integer>> fanDirectionValues = new HashMap<>();" 197 errorLine2=" ~~~~~~~"> 198 <location 199 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 200 </issue> 201 202 <issue 203 id="UnsafeOptInUsageError" 204 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)`" 205 errorLine1=" fanDirectionValues.put(convertAreaIdToCarZones(CarZoneUtils.AreaType.SEAT," 206 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> 207 <location 208 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 209 </issue> 210 211 <issue 212 id="UnsafeOptInUsageError" 213 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)`" 214 errorLine1=" fanDirectionValues.put(convertAreaIdToCarZones(CarZoneUtils.AreaType.SEAT," 215 errorLine2=" ~~~~"> 216 <location 217 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 218 </issue> 219 220 <issue 221 id="UnsafeOptInUsageError" 222 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)`" 223 errorLine1=" ? CarZoneUtils.AreaType.SEAT : CarZoneUtils.AreaType.NONE;" 224 errorLine2=" ~~~~"> 225 <location 226 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 227 </issue> 228 229 <issue 230 id="UnsafeOptInUsageError" 231 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)`" 232 errorLine1=" ? CarZoneUtils.AreaType.SEAT : CarZoneUtils.AreaType.NONE;" 233 errorLine2=" ~~~~"> 234 <location 235 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 236 </issue> 237 238 <issue 239 id="UnsafeOptInUsageError" 240 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)`" 241 errorLine1=" Map<Set<CarZone>, Pair<Object, Object>> minMaxRange = new HashMap<>();" 242 errorLine2=" ~~~~~~~"> 243 <location 244 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 245 </issue> 246 247 <issue 248 id="UnsafeOptInUsageError" 249 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)`" 250 errorLine1=" List<Set<CarZone>> carZones = new ArrayList<>();" 251 errorLine2=" ~~~~~~~"> 252 <location 253 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 254 </issue> 255 256 <issue 257 id="UnsafeOptInUsageError" 258 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)`" 259 errorLine1=" minMaxRange.put(convertAreaIdToCarZones(areaType," 260 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> 261 <location 262 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 263 </issue> 264 265 <issue 266 id="UnsafeOptInUsageError" 267 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)`" 268 errorLine1=" carZones.add(convertAreaIdToCarZones(areaType, areaId));" 269 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> 270 <location 271 file="src/main/java/androidx/car/app/hardware/common/PropertyRequestProcessor.java"/> 272 </issue> 273 274 <issue 275 id="UnsafeOptInUsageError" 276 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)`" 277 errorLine1=" append(HVAC_ELECTRIC_DEFROSTER_ON_PROPERTY_ID, CAR_PERMISSION_CLIMATE_CONTROL);" 278 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 279 <location 280 file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> 281 </issue> 282 283 <issue 284 id="UnsafeOptInUsageError" 285 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)`" 286 errorLine1=" append(HVAC_ELECTRIC_DEFROSTER_ON_PROPERTY_ID, CAR_PERMISSION_CLIMATE_CONTROL);" 287 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 288 <location 289 file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> 290 </issue> 291 292 <issue 293 id="UnsafeOptInUsageError" 294 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)`" 295 errorLine1=" public static Map<Set<CarZone>, Pair<Integer, Integer>> getMinMaxProfileIntegerMap(" 296 errorLine2=" ~~~~~~~"> 297 <location 298 file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> 299 </issue> 300 301 <issue 302 id="UnsafeOptInUsageError" 303 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)`" 304 errorLine1=" @NonNull Map<Set<CarZone>, ? extends Pair<?, ?>> minMaxRange) {" 305 errorLine2=" ~~~~~~~"> 306 <location 307 file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> 308 </issue> 309 310 <issue 311 id="UnsafeOptInUsageError" 312 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)`" 313 errorLine1=" Map<Set<CarZone>, Pair<Integer, Integer>>" 314 errorLine2=" ~~~~~~~"> 315 <location 316 file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> 317 </issue> 318 319 <issue 320 id="UnsafeOptInUsageError" 321 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)`" 322 errorLine1=" public static Map<Set<CarZone>, Pair<Float, Float>> getMinMaxProfileFloatMap(" 323 errorLine2=" ~~~~~~~"> 324 <location 325 file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> 326 </issue> 327 328 <issue 329 id="UnsafeOptInUsageError" 330 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)`" 331 errorLine1=" @NonNull Map<Set<CarZone>, ? extends Pair<?, ?>> minMaxRange) {" 332 errorLine2=" ~~~~~~~"> 333 <location 334 file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> 335 </issue> 336 337 <issue 338 id="UnsafeOptInUsageError" 339 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)`" 340 errorLine1=" Map<Set<CarZone>, Pair<Float, Float>>" 341 errorLine2=" ~~~~~~~"> 342 <location 343 file="src/main/java/androidx/car/app/hardware/common/PropertyUtils.java"/> 344 </issue> 345 346</issues> 347