HomeSort by relevance Sort by last modified time
    Searched refs:TEST_PROGRESS (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
video_WebRtcMediaRecorder.py 18 TEST_PROGRESS = 'testProgress'
64 test_progress = self.tab.EvaluateJavaScript(TEST_PROGRESS)
65 return test_progress == 1
  /external/autotest/client/site_tests/video_WebRtcCamera/
video_WebRtcCamera.py 17 TEST_PROGRESS = 'testProgress'
77 test_progress = self.tab.EvaluateJavaScript(TEST_PROGRESS)
78 return test_progress == 1
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py 17 TEST_PROGRESS = 'testProgress'
82 test_progress = self.tab.EvaluateJavaScript(TEST_PROGRESS)
83 return test_progress == 1

Completed in 305 milliseconds