media/library/common/src/test/java/com/google/android/exoplayer2
andrewlewis 9c27cfcda7 Fix parameter names on overridden methods
The dokka javadoc generation tool complains when parameter names don't match between a method and its override. This change updates occurrences where there is currently a mismatch.

Notable renamings that might be controversial:
- `onPlaybackStateChanged(int state)` to `onPlaybackStateChanged(int playbackState)` affected a lot of lines but seems more consistent with other '-Changed' methods.
- `handleMessage(int messageType, Object payload)` to `handleMessage(int messageType, Object message)`
- `ExtractorInput` and `DataSource` inherit `DataReader` which had `read(byte[] target, ...`, while data sources normally called the first parameter `buffer`. I have standardized these all to use `buffer` even though it looks out of place in the `ExtractorInput` interface (which has more `read` methods with `target`).

PiperOrigin-RevId: 387290360
2021-07-28 09:15:29 +01:00
..
audio Fix typo 2021-04-16 14:12:33 +01:00
decoder FFmpeg extension: Correctly pad input buffers 2020-05-14 22:20:55 +01:00
device Fix typo 2021-04-16 14:12:33 +01:00
drm Remove deprecated method DrmInitData.get(UUID) 2021-01-15 10:55:06 +00:00
metadata Split MediaMetadataTest cases into PictureFrameTest and ApicFrameTest. 2021-07-21 14:39:56 +01:00
offline simplify PlayerActivity towards using the media item only 2020-04-08 21:47:48 +01:00
source/ads Allow to specify the number of removed ad groups in AdPlaybackState. 2021-05-27 18:49:53 +01:00
trackselection Move most of DefaultTrackSelector params to TrackSelectionParameters 2021-07-09 09:25:15 +01:00
upstream Fix parameter names on overridden methods 2021-07-28 09:15:29 +01:00
util Merge pull request #9163 from ProtoScott:feature/dtsx_codec_updates 2021-07-23 14:12:29 +01:00
video Add get video size 2021-04-29 11:44:03 +01:00
BundleListRetrieverTest.java Implement Bundleable for Timeline 2021-03-12 10:53:41 +00:00
CTest.java Remove some sanity occurrences in Java files 2020-07-08 13:54:51 +01:00
ExoPlaybackExceptionTest.java Drop support for subclass instance unbundling in PlaybackException 2021-07-09 09:16:41 +01:00
FormatTest.java Make Format's constructor take the Builder as argument 2020-08-21 12:51:33 +01:00
ForwardingPlayerTest.java Rename ExoFlags to FlagSet 2021-06-03 20:04:39 +01:00
MediaItemTest.java Rename MediaMetadata trackTitle and trackArtist to title and artist. 2021-05-07 14:58:03 +01:00
MediaMetadataTest.java Split MediaMetadataTest cases into PictureFrameTest and ApicFrameTest. 2021-07-21 14:39:56 +01:00
PlaybackExceptionTest.java Drop support for subclass instance unbundling in PlaybackException 2021-07-09 09:16:41 +01:00
PlaybackParametersTest.java Fix typo 2021-04-16 14:12:33 +01:00
PositionInfoTest.java Fix typo 2021-04-16 14:12:33 +01:00
RatingTest.java Use getters in Rating subclasses rather than direct field access. 2021-05-07 10:21:50 +01:00
TimelineTest.java Fix typo 2021-04-16 14:12:33 +01:00