| <?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="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="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> |