blob: e089de316237bc7cca19ba58c5cbaead7c42afd5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.3.0-alpha10" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha10)" variant="all" version="8.3.0-alpha10">
<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="NewApi"
message="Class requires API level 24 (current min is 19): `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="PrivateConstructorForUtilityClass"
message="Utility class is missing private constructor"
errorLine1=" static class MediaFormatUtil {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/media2/widget/SubtitleController.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>
</issues>