media/extensions/flac/src
olly 2f91c12f56 Drop prefix test- from test methods under v2/extensions
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: 300530329
2020-03-19 00:46:24 +00:00
..
androidTest Drop prefix test- from test methods under v2/extensions 2020-03-19 00:46:24 +00:00
main DataReader: replace InterruptedException with InterruptedIOException 2020-03-10 10:19:45 +00:00
test Use FlacLibrary.isAvailable in FlacExtractor selection 2020-01-08 15:58:12 +00:00