/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_data_utils.py | 36 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection namespace 271 if (not wait_for_cell_data_connection(log, ad, True) or 285 if (not wait_for_cell_data_connection(log, ad, True) or 330 if not wait_for_cell_data_connection(log, ad, False): 342 if not wait_for_cell_data_connection(log, ad, True): 385 if not wait_for_cell_data_connection(log, ad, True): 396 if not wait_for_cell_data_connection(log, ad, False): 406 if not wait_for_cell_data_connection(log, ad, True):
|
tel_test_utils.py | 1361 def wait_for_cell_data_connection( function [all...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelWifiDataTest.py | 28 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection namespace 120 if (not wait_for_cell_data_connection(
|
TelLiveSmokeTest.py | 41 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection namespace 102 if (wait_for_cell_data_connection(self.log, ads[0], True) and 123 if (wait_for_cell_data_connection(self.log, ads[0], True) and 172 if (wait_for_cell_data_connection(self.log, ads[0], True) and 193 if (wait_for_cell_data_connection(self.log, ads[0], True) and 242 if (wait_for_cell_data_connection(self.log, ads[0], True) and 263 if (wait_for_cell_data_connection(self.log, ads[0], True) and
|
TelLiveDataTest.py | 76 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection namespace 418 if (not wait_for_cell_data_connection(self.log, 445 if not wait_for_cell_data_connection( 454 if not wait_for_cell_data_connection( 719 if not wait_for_cell_data_connection(self.log, self.android_devices[0], [all...] |
TelWifiVoiceTest.py | 71 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection namespace [all...] |