Home
last modified time | relevance | path

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

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