blob: a0780a595a97e5f888f70da1b75c03701942712f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.0-dev" type="baseline" client="cli" dependencies="false" name="AGP (7.2.0-dev)" variant="all" version="7.2.0-dev">
<issue
id="MissingClass"
message="Class referenced in the layout file, `androidx.wear.widget.SwipeDismissFrameLayout`, was not found in the project or the libraries"
errorLine1="&lt;androidx.wear.widget.SwipeDismissFrameLayout"
errorLine2="^">
<location
file="src/main/res/layout/complication_config_layout.xml"
line="2"
column="1"/>
</issue>
<issue
id="MissingClass"
message="Class referenced in the layout file, `androidx.wear.widget.SwipeDismissFrameLayout`, was not found in the project or the libraries"
errorLine1="&lt;androidx.wear.widget.SwipeDismissFrameLayout"
errorLine2="^">
<location
file="src/main/res/layout/config_layout.xml"
line="2"
column="1"/>
</issue>
<issue
id="MissingClass"
message="Class referenced in the layout file, `androidx.wear.widget.WearableRecyclerView`, was not found in the project or the libraries"
errorLine1=" &lt;androidx.wear.widget.WearableRecyclerView"
errorLine2=" ^">
<location
file="src/main/res/layout/config_layout.xml"
line="11"
column="5"/>
</issue>
<issue
id="MissingClass"
message="Class referenced in the layout file, `androidx.wear.widget.SwipeDismissFrameLayout`, was not found in the project or the libraries"
errorLine1="&lt;androidx.wear.widget.SwipeDismissFrameLayout"
errorLine2="^">
<location
file="src/main/res/layout/style_options_layout.xml"
line="2"
column="1"/>
</issue>
<issue
id="MissingClass"
message="Class referenced in the layout file, `androidx.wear.widget.WearableRecyclerView`, was not found in the project or the libraries"
errorLine1=" &lt;androidx.wear.widget.WearableRecyclerView"
errorLine2=" ^">
<location
file="src/main/res/layout/style_options_layout.xml"
line="10"
column="5"/>
</issue>
<issue
id="NewApi"
message="Call requires API level 27 (current min is 26): `dump`"
errorLine1=" HeadlessWatchFaceImpl.dump(indentingPrintWriter)"
errorLine2=" ~~~~">
<location
file="src/main/java/androidx/wear/watchface/WatchFaceService.kt"
line="1855"
column="31"/>
</issue>
<issue
id="WrongThread"
message="Method addTapListener must be called from the UI thread, currently inferred thread is worker thread"
errorLine1=" complicationSlotsManager.addTapListener("
errorLine2=" ^">
<location
file="src/test/java/androidx/wear/watchface/TestCommon.kt"
line="91"
column="9"/>
</issue>
<issue
id="ClassVerificationFailure"
message="This call references a method added in API level 30; however, the containing class androidx.wear.watchface.WatchFaceImpl is reachable from earlier API levels and will fail run-time class verification."
errorLine1=" renderer.surfaceHolder.surface.setFrameRate("
errorLine2=" ~~~~~~~~~~~~">
<location
file="src/main/java/androidx/wear/watchface/WatchFace.kt"
line="606"
column="44"/>
</issue>
<issue
id="SupportAnnotationUsage"
message="The API level is already known to be at least 26 from the `minSdkVersion`"
errorLine1="@RequiresApi(Build.VERSION_CODES.N)"
errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/wear/watchface/ComplicationHelperActivity.java"
line="62"
column="1"/>
</issue>
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1=" internal suspend fun initBackgroundThreadOpenGlContext() ="
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/wear/watchface/Renderer.kt"
line="756"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1=" internal override suspend fun uiThreadInitInternal(uiThreadCoroutineScope: CoroutineScope) ="
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/wear/watchface/Renderer.kt"
line="831"
column="39"/>
</issue>
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1=" override var userStyle: UserStyle"
errorLine2=" ~~~~~~~~~">
<location
file="src/main/java/androidx/wear/watchface/WatchFace.kt"
line="685"
column="22"/>
</issue>
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1=" internal fun getComplicationSlotMetadataWireFormats() ="
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/wear/watchface/WatchFaceService.kt"
line="1207"
column="22"/>
</issue>
<issue
id="UnknownNullness"
message="Should explicitly declare type here since implicit type does not specify nullness"
errorLine1="internal fun Handler.runOnHandlerWithTracing("
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/wear/watchface/WatchFaceService.kt"
line="1925"
column="22"/>
</issue>
</issues>