Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/src/android/media/cts/
DMediaPlayerTestBase.java97 protected void playLiveAudioOnlyTest(String path, int playTime) throws Exception { in playLiveAudioOnlyTest() method in MediaPlayerTestBase
129 protected void playLiveAudioOnlyTest( in playLiveAudioOnlyTest() method in MediaPlayerTestBase
/cts/tests/tests/media/player/src/android/media/player/cts/
DStreamingMediaPlayerTest.java579 playLiveAudioOnlyTest(Uri.parse(stream_url), headers, cookies, HLS_PLAYBACK_TIME_MS); in localHlsTest()