Home
last modified time | relevance | path

Searched refs:active_file_download_task (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ops_utils.py17 from acts_contrib.test_utils.tel.tel_data_utils import active_file_download_task
51 if not active_file_download_task(log, caller, "10MB"):
Dtel_data_utils.py1293 download_task = active_file_download_task(log, ad_download)
2755 def active_file_download_task(log, ad, file_name="5MB", method="curl"): function
2844 task = active_file_download_task(log, ad, file_name, method=method)
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gSmsTest.py25 from acts_contrib.test_utils.tel.tel_data_utils import active_file_download_task
652 if not active_file_download_task(self.log, cell_2):
654 download_task = active_file_download_task(self.log, cell_2, "10MB")
703 if not active_file_download_task(self.log, cell_2):
706 download_task = active_file_download_task(self.log, cell_2, "10MB")
DNsa5gMmsTest.py27 from acts_contrib.test_utils.tel.tel_data_utils import active_file_download_task
797 if not active_file_download_task(self.log, cell_2):
799 download_task = active_file_download_task(self.log, cell_2, "10MB")
848 if not active_file_download_task(self.log, cell_2):
851 download_task = active_file_download_task(self.log, cell_2, "10MB")
DNsa5gVoiceTest.py38 from acts_contrib.test_utils.tel.tel_data_utils import active_file_download_task
1137 download_task = active_file_download_task(self.log, cell_1, "10MB")
1190 download_task = active_file_download_task(self.log, cell_2, "10MB")