Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/net/
DCoreNetworkingTest.py20 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
35 wait_for_cell_data_connection(self.log, self.dut, True)
DDataCostTest.py28 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
53 wait_for_cell_data_connection(self.log, ad, True)
DDnsOverTlsTest.py28 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
53 wait_for_cell_data_connection(self.log, self.dut, True)
DDataUsageTest.py23 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
61 wait_for_cell_data_connection(self.log, self.dut, True)
/tools/test/connectivity/acts/tests/google/tel/live/
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
DTelWifiDataTest.py29 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
164 if (not wait_for_cell_data_connection(self.log, ad, True,
278 if (not wait_for_cell_data_connection(self.log, ad, True)):
346 if (not wait_for_cell_data_connection(self.log, ad, True) or
419 if (not wait_for_cell_data_connection(self.log, ad, True) or
DTelLiveDataTest.py91 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
430 if (not wait_for_cell_data_connection(self.log,
465 if not wait_for_cell_data_connection(
476 if not wait_for_cell_data_connection(
766 if not wait_for_cell_data_connection(self.log, self.provider, True):
931 if not wait_for_cell_data_connection(self.log, self.provider,
1497 if not wait_for_cell_data_connection(self.log, self.provider,
1731 if (not wait_for_cell_data_connection(self.log, self.provider, True)
2412 if not wait_for_cell_data_connection(
DTelLiveRebootStressTest.py54 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
314 if not wait_for_cell_data_connection(self.log, self.dut, state=True):
DTelWifiVoiceTest.py72 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
3481 if (not wait_for_cell_data_connection(self.log,
3561 if (not wait_for_cell_data_connection(self.log,
/tools/test/connectivity/acts/tests/google/wifi/
DWifiTetheringTest.py27 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
52 wait_for_cell_data_connection(self.log, self.hotspot_device, True)
DWifiTetheringPowerTest.py65 tel_utils.wait_for_cell_data_connection(self.log, self.hotspot_device, True)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py2459 def wait_for_cell_data_connection( function