Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTestBase.java142 protected void playLiveVideoTest(String path, int playTime) throws Exception { in playLiveVideoTest() method in MediaPlayerTestBase
180 protected void playLiveVideoTest( in playLiveVideoTest() method in MediaPlayerTestBase
D.goutputstream-9KZYJZ206 playLiveVideoTest("http://www.youtube.com/api/manifest/hls_variant/id/"
249 playLiveVideoTest(uri, headers, cookies, 60 * 1000);
281 playLiveVideoTest(
809 playLiveVideoTest(stream_url, 10);
DStreamingMediaPlayerTest.java622 playLiveVideoTest(Uri.parse(stream_url), headers, cookies, playTime); in localHlsTest()