Home
last modified time | relevance | path

Searched refs:localHttpAudioStreamTest (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DStreamingMediaPlayerTest.java255 localHttpAudioStreamTest("ringer.mp3", false, false); in testPlayMp3Stream1()
258 localHttpAudioStreamTest("ringer.mp3", false, false); in testPlayMp3Stream2()
261 localHttpAudioStreamTest("ringer.mp3", true, false); in testPlayMp3StreamRedirect()
264 localHttpAudioStreamTest("noiseandchirps.mp3", false, true); in testPlayMp3StreamNoLength()
267 localHttpAudioStreamTest("noiseandchirps.ogg", false, false); in testPlayOggStream()
270 localHttpAudioStreamTest("noiseandchirps.ogg", true, false); in testPlayOggStreamRedirect()
273 localHttpAudioStreamTest("noiseandchirps.ogg", false, true); in testPlayOggStreamNoLength()
279 private void localHttpAudioStreamTest(final String name, boolean redirect, boolean nolength) in localHttpAudioStreamTest() method in StreamingMediaPlayerTest