Searched refs:active_file_download_task (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ops_utils.py | 17 from acts_contrib.test_utils.tel.tel_data_utils import active_file_download_task 51 if not active_file_download_task(log, caller, "10MB"):
|
D | tel_data_utils.py | 1293 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/ |
D | Nsa5gSmsTest.py | 25 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")
|
D | Nsa5gMmsTest.py | 27 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")
|
D | Nsa5gVoiceTest.py | 38 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")
|