Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java255 IFileEntry video = getDevice().getFileEntry(deviceFileName); in extractDurationAndBitrateFromVideoFileUsingAvprobe() local
256 if (video == null || video.getFileEntry().getSizeValue() < 1) { in extractDurationAndBitrateFromVideoFileUsingAvprobe()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiStressTest.py368 for video in videos:
369 self.start_youtube_video(url=video, secs=10*60)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_video_utils.py456 return initiate_call(log, ad_caller, callee_number, video=True)
Dtel_test_utils.py1496 video=False): argument
1520 ad.droid.telecomCallNumber(callee_number, video)
2171 video = True
2173 video = False
2189 video=video):