|
154 | 154 | file="src/main/java/androidx/health/platform/client/impl/ipc/internal/ServiceConnection.java"/>
|
155 | 155 | </issue>
|
156 | 156 |
|
| 157 | + <issue |
| 158 | + id="RequireUnstableAidlAnnotation" |
| 159 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 160 | + errorLine1="parcelable AggregateDataRequest;" |
| 161 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 162 | + <location |
| 163 | + file="src/main/aidl/androidx/health/platform/client/request/AggregateDataRequest.aidl"/> |
| 164 | + </issue> |
| 165 | + |
| 166 | + <issue |
| 167 | + id="RequireUnstableAidlAnnotation" |
| 168 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 169 | + errorLine1="parcelable AggregateDataResponse;" |
| 170 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 171 | + <location |
| 172 | + file="src/main/aidl/androidx/health/platform/client/response/AggregateDataResponse.aidl"/> |
| 173 | + </issue> |
| 174 | + |
| 175 | + <issue |
| 176 | + id="RequireUnstableAidlAnnotation" |
| 177 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 178 | + errorLine1="parcelable ChangesEvent;" |
| 179 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 180 | + <location |
| 181 | + file="src/main/aidl/androidx/health/platform/client/changes/ChangesEvent.aidl"/> |
| 182 | + </issue> |
| 183 | + |
| 184 | + <issue |
| 185 | + id="RequireUnstableAidlAnnotation" |
| 186 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 187 | + errorLine1="parcelable DeleteDataRangeRequest;" |
| 188 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 189 | + <location |
| 190 | + file="src/main/aidl/androidx/health/platform/client/request/DeleteDataRangeRequest.aidl"/> |
| 191 | + </issue> |
| 192 | + |
| 193 | + <issue |
| 194 | + id="RequireUnstableAidlAnnotation" |
| 195 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 196 | + errorLine1="parcelable DeleteDataRequest;" |
| 197 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 198 | + <location |
| 199 | + file="src/main/aidl/androidx/health/platform/client/request/DeleteDataRequest.aidl"/> |
| 200 | + </issue> |
| 201 | + |
| 202 | + <issue |
| 203 | + id="RequireUnstableAidlAnnotation" |
| 204 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 205 | + errorLine1="parcelable ErrorStatus;" |
| 206 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~"> |
| 207 | + <location |
| 208 | + file="src/main/aidl/androidx/health/platform/client/error/ErrorStatus.aidl"/> |
| 209 | + </issue> |
| 210 | + |
| 211 | + <issue |
| 212 | + id="RequireUnstableAidlAnnotation" |
| 213 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 214 | + errorLine1="parcelable GetChangesRequest;" |
| 215 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 216 | + <location |
| 217 | + file="src/main/aidl/androidx/health/platform/client/request/GetChangesRequest.aidl"/> |
| 218 | + </issue> |
| 219 | + |
| 220 | + <issue |
| 221 | + id="RequireUnstableAidlAnnotation" |
| 222 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 223 | + errorLine1="parcelable GetChangesResponse;" |
| 224 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 225 | + <location |
| 226 | + file="src/main/aidl/androidx/health/platform/client/response/GetChangesResponse.aidl"/> |
| 227 | + </issue> |
| 228 | + |
| 229 | + <issue |
| 230 | + id="RequireUnstableAidlAnnotation" |
| 231 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 232 | + errorLine1="parcelable GetChangesTokenRequest;" |
| 233 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 234 | + <location |
| 235 | + file="src/main/aidl/androidx/health/platform/client/request/GetChangesTokenRequest.aidl"/> |
| 236 | + </issue> |
| 237 | + |
| 238 | + <issue |
| 239 | + id="RequireUnstableAidlAnnotation" |
| 240 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 241 | + errorLine1="parcelable GetChangesTokenResponse;" |
| 242 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 243 | + <location |
| 244 | + file="src/main/aidl/androidx/health/platform/client/response/GetChangesTokenResponse.aidl"/> |
| 245 | + </issue> |
| 246 | + |
157 | 247 | <issue
|
158 | 248 | id="RequireUnstableAidlAnnotation"
|
159 | 249 | message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker"
|
|
370 | 460 | file="src/main/aidl/androidx/health/platform/client/service/IUpsertExerciseRouteCallback.aidl"/>
|
371 | 461 | </issue>
|
372 | 462 |
|
| 463 | + <issue |
| 464 | + id="RequireUnstableAidlAnnotation" |
| 465 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 466 | + errorLine1="parcelable InsertDataResponse;" |
| 467 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 468 | + <location |
| 469 | + file="src/main/aidl/androidx/health/platform/client/response/InsertDataResponse.aidl"/> |
| 470 | + </issue> |
| 471 | + |
| 472 | + <issue |
| 473 | + id="RequireUnstableAidlAnnotation" |
| 474 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 475 | + errorLine1="parcelable Permission;" |
| 476 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~"> |
| 477 | + <location |
| 478 | + file="src/main/aidl/androidx/health/platform/client/permission/Permission.aidl"/> |
| 479 | + </issue> |
| 480 | + |
| 481 | + <issue |
| 482 | + id="RequireUnstableAidlAnnotation" |
| 483 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 484 | + errorLine1="parcelable ReadDataRangeRequest;" |
| 485 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 486 | + <location |
| 487 | + file="src/main/aidl/androidx/health/platform/client/request/ReadDataRangeRequest.aidl"/> |
| 488 | + </issue> |
| 489 | + |
| 490 | + <issue |
| 491 | + id="RequireUnstableAidlAnnotation" |
| 492 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 493 | + errorLine1="parcelable ReadDataRangeResponse;" |
| 494 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 495 | + <location |
| 496 | + file="src/main/aidl/androidx/health/platform/client/response/ReadDataRangeResponse.aidl"/> |
| 497 | + </issue> |
| 498 | + |
| 499 | + <issue |
| 500 | + id="RequireUnstableAidlAnnotation" |
| 501 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 502 | + errorLine1="parcelable ReadDataRequest;" |
| 503 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 504 | + <location |
| 505 | + file="src/main/aidl/androidx/health/platform/client/request/ReadDataRequest.aidl"/> |
| 506 | + </issue> |
| 507 | + |
| 508 | + <issue |
| 509 | + id="RequireUnstableAidlAnnotation" |
| 510 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 511 | + errorLine1="parcelable ReadDataResponse;" |
| 512 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 513 | + <location |
| 514 | + file="src/main/aidl/androidx/health/platform/client/response/ReadDataResponse.aidl"/> |
| 515 | + </issue> |
| 516 | + |
| 517 | + <issue |
| 518 | + id="RequireUnstableAidlAnnotation" |
| 519 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 520 | + errorLine1="parcelable ReadExerciseRouteRequest;" |
| 521 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 522 | + <location |
| 523 | + file="src/main/aidl/androidx/health/platform/client/request/ReadExerciseRouteRequest.aidl"/> |
| 524 | + </issue> |
| 525 | + |
| 526 | + <issue |
| 527 | + id="RequireUnstableAidlAnnotation" |
| 528 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 529 | + errorLine1="parcelable ReadExerciseRouteResponse;" |
| 530 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 531 | + <location |
| 532 | + file="src/main/aidl/androidx/health/platform/client/response/ReadExerciseRouteResponse.aidl"/> |
| 533 | + </issue> |
| 534 | + |
| 535 | + <issue |
| 536 | + id="RequireUnstableAidlAnnotation" |
| 537 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 538 | + errorLine1="parcelable RegisterForDataNotificationsRequest;" |
| 539 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 540 | + <location |
| 541 | + file="src/main/aidl/androidx/health/platform/client/request/RegisterForDataNotificationsRequest.aidl"/> |
| 542 | + </issue> |
| 543 | + |
| 544 | + <issue |
| 545 | + id="RequireUnstableAidlAnnotation" |
| 546 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 547 | + errorLine1="parcelable RequestContext;" |
| 548 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 549 | + <location |
| 550 | + file="src/main/aidl/androidx/health/platform/client/request/RequestContext.aidl"/> |
| 551 | + </issue> |
| 552 | + |
| 553 | + <issue |
| 554 | + id="RequireUnstableAidlAnnotation" |
| 555 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 556 | + errorLine1="parcelable UnregisterFromDataNotificationsRequest;" |
| 557 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 558 | + <location |
| 559 | + file="src/main/aidl/androidx/health/platform/client/request/UnregisterFromDataNotificationsRequest.aidl"/> |
| 560 | + </issue> |
| 561 | + |
| 562 | + <issue |
| 563 | + id="RequireUnstableAidlAnnotation" |
| 564 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 565 | + errorLine1="parcelable UpsertDataRequest;" |
| 566 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 567 | + <location |
| 568 | + file="src/main/aidl/androidx/health/platform/client/request/UpsertDataRequest.aidl"/> |
| 569 | + </issue> |
| 570 | + |
| 571 | + <issue |
| 572 | + id="RequireUnstableAidlAnnotation" |
| 573 | + message="Unstable AIDL files must be annotated with `@RequiresOptIn` marker" |
| 574 | + errorLine1="parcelable UpsertExerciseRouteRequest;" |
| 575 | + errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 576 | + <location |
| 577 | + file="src/main/aidl/androidx/health/platform/client/request/UpsertExerciseRouteRequest.aidl"/> |
| 578 | + </issue> |
| 579 | + |
373 | 580 | <issue
|
374 | 581 | id="UnknownNullness"
|
375 | 582 | message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
|
|
0 commit comments