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
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| BaseDataSourceTest.java | Loading commit data... | |
| DataSourceExceptionTest.java | Loading commit data... | |
| DataSpecTest.java | Loading commit data... | |
| DefaultHttpDataSourceContractTest.java | Loading commit data... | |
| DefaultHttpDataSourceTest.java | Loading commit data... | |
| HttpUtilTest.java | Loading commit data... |