Searched refs:localHttpAudioStreamTest (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/player/src/android/media/player/cts/ |
D | StreamingMediaPlayerTest.java | 231 localHttpAudioStreamTest("ringer.mp3", false, false); in testPlayMp3Stream1() 235 localHttpAudioStreamTest("ringer.mp3", false, false); in testPlayMp3Stream2() 239 localHttpAudioStreamTest("ringer.mp3", true, false); in testPlayMp3StreamRedirect() 243 localHttpAudioStreamTest("noiseandchirps.mp3", false, true); in testPlayMp3StreamNoLength() 247 localHttpAudioStreamTest("noiseandchirps.ogg", false, false); in testPlayOggStream() 251 localHttpAudioStreamTest("noiseandchirps.ogg", true, false); in testPlayOggStreamRedirect() 255 localHttpAudioStreamTest("noiseandchirps.ogg", false, true); in testPlayOggStreamNoLength() 262 private void localHttpAudioStreamTest(final String name, boolean redirect, boolean nolength) in localHttpAudioStreamTest() method in StreamingMediaPlayerTest
|