blob: 0b8527f3e81b796baf1787c40f38f3f8b91cd981 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.0.0-beta03" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.0-beta03)" variant="all" version="8.0.0-beta03">
<issue
id="NewApi"
message="Class requires API level 24 (current min is 16): `android.view.PixelCopy.OnPixelCopyFinishedListener`"
errorLine1=" PixelCopy.request(source, dest, new PixelCopy.OnPixelCopyFinishedListener() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/androidTest/java/androidx/media2/widget/VideoView_WithPlayerTest.java"/>
</issue>
<issue
id="BanSynchronizedMethods"
message="Use of synchronized methods is not recommended"
errorLine1=" protected synchronized void updateActiveCues(boolean rebuild, long timeMs) {"
errorLine2=" ^">
<location
file="src/main/java/androidx/media2/widget/SubtitleTrack.java"/>
</issue>
<issue
id="BanSynchronizedMethods"
message="Use of synchronized methods is not recommended"
errorLine1=" private synchronized void takeTime(long timeMs) {"
errorLine2=" ^">
<location
file="src/main/java/androidx/media2/widget/SubtitleTrack.java"/>
</issue>
<issue
id="BanSynchronizedMethods"
message="Use of synchronized methods is not recommended"
errorLine1=" protected synchronized void clearActiveCues() {"
errorLine2=" ^">
<location
file="src/main/java/androidx/media2/widget/SubtitleTrack.java"/>
</issue>
<issue
id="BanSynchronizedMethods"
message="Use of synchronized methods is not recommended"
errorLine1=" protected synchronized boolean addCue(Cue cue) {"
errorLine2=" ^">
<location
file="src/main/java/androidx/media2/widget/SubtitleTrack.java"/>
</issue>
<issue
id="BanSynchronizedMethods"
message="Use of synchronized methods is not recommended"
errorLine1=" /**"
errorLine2=" ^">
<location
file="src/main/java/androidx/media2/widget/SubtitleTrack.java"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(bufferQueueToleranceMs);"
errorLine2=" ~~~~~">
<location
file="src/androidTest/java/androidx/media2/widget/VideoView_WithPlayerTest.java"/>
</issue>
<issue
id="BanThreadSleep"
message="Uses Thread.sleep()"
errorLine1=" Thread.sleep(elapsedTimeForSecondScreenshotMs);"
errorLine2=" ~~~~~">
<location
file="src/androidTest/java/androidx/media2/widget/VideoView_WithPlayerTest.java"/>
</issue>
<issue
id="PrivateConstructorForUtilityClass"
message="Utility class is missing private constructor"
errorLine1=" static class MediaFormatUtil {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/media2/widget/SubtitleController.java"/>
</issue>
</issues>