blob: 7ebfc01397ea4a16d2ce5d9d92713a13793d86ba [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.3.0-alpha07" type="baseline" client="gradle" dependencies="false" name="AGP (7.3.0-alpha07)" variant="all" version="7.3.0-alpha07">
<issue
id="NewApi"
message="Call requires API level 24 (current min is 14): `setTriggeredContentAuthorities`"
errorLine1=" .setTriggeredContentAuthorities(authorities.toList())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidTest/java/androidx/work/testing/TestWorkerBuilderTest.kt"
line="102"
column="14"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 24 (current min is 14): `setTriggeredContentUris`"
errorLine1=" .setTriggeredContentUris(contentUris.toList())"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidTest/java/androidx/work/testing/TestWorkerBuilderTest.kt"
line="103"
column="14"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 24 (current min is 14): `getTriggeredContentAuthorities`"
errorLine1=" assertThat(worker.triggeredContentAuthorities, containsInAnyOrder(*authorities))"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidTest/java/androidx/work/testing/TestWorkerBuilderTest.kt"
line="109"
column="27"/>
</issue>
<issue
id="NewApi"
message="Field requires API level 24 (current min is 14): `getTriggeredContentAuthorities`"
errorLine1=" assertThat(worker.triggeredContentAuthorities, containsInAnyOrder(*authorities))"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidTest/java/androidx/work/testing/TestWorkerBuilderTest.kt"
line="109"
column="27"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 24 (current min is 14): `getTriggeredContentUris`"
errorLine1=" assertThat(worker.triggeredContentUris, containsInAnyOrder(*contentUris))"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidTest/java/androidx/work/testing/TestWorkerBuilderTest.kt"
line="110"
column="27"/>
</issue>
<issue
id="NewApi"
message="Field requires API level 24 (current min is 14): `getTriggeredContentUris`"
errorLine1=" assertThat(worker.triggeredContentUris, containsInAnyOrder(*contentUris))"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidTest/java/androidx/work/testing/TestWorkerBuilderTest.kt"
line="110"
column="27"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `id` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" UUID getId() {"
errorLine2=" ~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="108"
column="10"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `inputData` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" Data getInputData() {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="116"
column="10"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `tags` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" List&lt;String> getTags() {"
errorLine2=" ~~~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="124"
column="18"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `runAttemptCount` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" int getRunAttemptCount() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="131"
column="9"/>
</issue>
<issue
id="KotlinPropertyAccess"
message="This getter should be public such that `workerFactory` can be accessed as a property from Kotlin; see https://android.github.io/kotlin-guides/interop.html#property-prefixes"
errorLine1=" WorkerFactory getWorkerFactory() {"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/work/testing/TestListenableWorkerBuilder.java"
line="148"
column="19"/>
</issue>
</issues>