Home
last modified time | relevance | path

Searched refs:wait_for_cell_data_connection (Results 1 – 14 of 14) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_data_utils.py43 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
285 if (not wait_for_cell_data_connection(log, ad, True)
299 if (not wait_for_cell_data_connection(log, ad, True)
353 if not wait_for_cell_data_connection(log, ad, True):
365 if not wait_for_cell_data_connection(log, ad, False):
392 if not wait_for_cell_data_connection(log, ad, True):
437 if not wait_for_cell_data_connection(log, ad, True, timeout_value=wait_time):
448 if not wait_for_cell_data_connection(log, ad, False):
458 if not wait_for_cell_data_connection(log, ad, True, timeout_value=wait_time):
Dtel_test_utils.py4588 def wait_for_cell_data_connection( function
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelWifiDataTest.py31 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
175 if (not wait_for_cell_data_connection(self.log, ad, True,
289 if (not wait_for_cell_data_connection(self.log, ad, True)):
357 if (not wait_for_cell_data_connection(self.log, ad, True)
430 if (not wait_for_cell_data_connection(self.log, ad, True)
471 if (wait_for_cell_data_connection(self.log, ad, True) or
481 if (not wait_for_cell_data_connection(self.log, ad, True)
562 if (wait_for_cell_data_connection(self.log, ad, True) or
DTelLiveSmokeTest.py41 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
96 if (wait_for_cell_data_connection(self.log, ads[0], True) and
117 if (wait_for_cell_data_connection(self.log, ads[0], True) and
166 if (wait_for_cell_data_connection(self.log, ads[0], True) and
188 if (wait_for_cell_data_connection(self.log, ads[0], True) and
236 if (wait_for_cell_data_connection(self.log, ads[0], True) and
258 if (wait_for_cell_data_connection(self.log, ads[0], True) and
DTelLiveDataTest.py101 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
646 if (not wait_for_cell_data_connection(self.log,
681 if not wait_for_cell_data_connection(
692 if not wait_for_cell_data_connection(
989 if not wait_for_cell_data_connection(self.log, self.provider, True):
1156 if not wait_for_cell_data_connection(self.log, self.provider,
1880 if not wait_for_cell_data_connection(self.log, self.provider,
2114 if (not wait_for_cell_data_connection(self.log, self.provider, True)
2797 if not wait_for_cell_data_connection(
DTelLiveEmergencyBase.py48 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
319 if not wait_for_cell_data_connection(self.log, self.dut, True,
DTelLiveRebootStressTest.py59 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
473 if not wait_for_cell_data_connection(self.log, self.dut, state=True):
DTelLiveVoiceTest.py68 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
3357 if not wait_for_cell_data_connection(self.log, ads[0], True):
3771 if not wait_for_cell_data_connection(self.log, ads[0], True):
DTelWifiVoiceTest.py72 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
3602 if (not wait_for_cell_data_connection(self.log,
3682 if (not wait_for_cell_data_connection(self.log,
DTelLiveDSDSVoiceTest.py73 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
/tools/test/connectivity/acts_tests/tests/google/net/
DBluetoothTetheringTest.py25 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
110 if not wait_for_cell_data_connection(self.log, pan_ad, True):
115 if not wait_for_cell_data_connection(self.log, panu_ad, False):
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py28 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
51 wait_for_cell_data_connection(ad.log, ad, True)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiTetheringPowerTest.py65 tel_utils.wait_for_cell_data_connection(self.log, self.hotspot_device, True)
DWifiTetheringTest.py28 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection