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.java256 localHttpAudioStreamTest("ringer.mp3", false, false); in testPlayMp3Stream1()
259 localHttpAudioStreamTest("ringer.mp3", false, false); in testPlayMp3Stream2()
262 localHttpAudioStreamTest("ringer.mp3", true, false); in testPlayMp3StreamRedirect()
265 localHttpAudioStreamTest("noiseandchirps.mp3", false, true); in testPlayMp3StreamNoLength()
268 localHttpAudioStreamTest("noiseandchirps.ogg", false, false); in testPlayOggStream()
271 localHttpAudioStreamTest("noiseandchirps.ogg", true, false); in testPlayOggStreamRedirect()
274 localHttpAudioStreamTest("noiseandchirps.ogg", false, true); in testPlayOggStreamNoLength()
280 private void localHttpAudioStreamTest(final String name, boolean redirect, boolean nolength) in localHttpAudioStreamTest() method in StreamingMediaPlayerTest