media/library
olly 95ba4f85b0 Drop prefix test- from core test methods
This is one step toward following the google3's test naming convention.
See go/java-testing/getting_started#basic-test-template for details
why prefix test isn't necessary.

This CL is generated by following command
$ find -name '*Test.java' | xargs -I{} sed -i 's/^\ \ public\ void\ test\([A-Z]\)\(.*\)$/  public void \L\1\E\2/' {}

PiperOrigin-RevId: 296169886
2020-02-25 21:22:02 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Fix lint errors 2020-02-25 21:21:29 +00:00
core Drop prefix test- from core test methods 2020-02-25 21:22:02 +00:00
dash Remove DRM management from Renderers 2020-02-17 17:40:30 +00:00
extractor FLAC extractor documentation tweak 2020-02-25 21:20:39 +00:00
hls Remove DRM management from Renderers 2020-02-17 17:40:30 +00:00
smoothstreaming Remove DefaultSsChunkSource from nullness blacklist 2020-02-17 17:40:31 +00:00
ui Fix lint errors 2020-02-25 21:21:29 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.