Home
last modified time | relevance | path

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

/external/autotest/client/cros/video/
Dyoutube_helper.py77 def wait_for_player_state(self, expected_status): member in YouTubeHelper
157 self.wait_for_player_state(PLAYER_PLAYING_STATE)
178 self.wait_for_player_state(PLAYER_PAUSE_STATE)
180 self.wait_for_player_state(PLAYER_PLAYING_STATE)
189 self.wait_for_player_state(PLAYER_ENDED_STATE)
196 self.wait_for_player_state(PLAYER_PLAYING_STATE)
/external/autotest/client/site_tests/video_MultiplePlayback/
Dvideo_MultiplePlayback.py67 yh.wait_for_player_state(PLAYER_PLAYING_STATE)
79 yh1.wait_for_player_state(PLAYER_PLAYING_STATE)
/external/autotest/client/site_tests/video_YouTubeHTML5/
Dvideo_YouTubeHTML5.py48 yh.wait_for_player_state(PLAYER_PLAYING_STATE)
/external/autotest/client/site_tests/video_YouTubeFlash/
Dvideo_YouTubeFlash.py51 yh.wait_for_player_state(PLAYER_PLAYING_STATE)