1. 10 Mar, 2020 2 commits
    • Drop prefix test- from test methods under v2/library · a6d0caaa
      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/' {}
      
      and then manually modified following tests where test method names conflict with test target.
      - VorbisUtilTest
      - VorbisReaderTest
      - UtilTest
      - DownloadManagerDashTest
      - DefaultOggSeekerTest
      - OggPageHeaderTest
      - HlsMasterPlaylistParserTest
      
      PiperOrigin-RevId: 298074653
      olly committed
    • add getter/setter of skipSilenceEnable to AudioComponent · c1258e7e
      PiperOrigin-RevId: 298070828
      bachinger committed
  2. 28 Feb, 2020 16 commits
  3. 27 Feb, 2020 16 commits
  4. 25 Feb, 2020 6 commits