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_tests/tests/google/tel/live/
DTelWifiDataTest.py31 from acts_contrib.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_contrib.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
DTelLiveEmergencyBase.py48 from acts_contrib.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_contrib.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):
DTelWifiVoiceTest.py72 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
3641 if (not wait_for_cell_data_connection(self.log,
3721 if (not wait_for_cell_data_connection(self.log,
DTelLiveDSDSVoiceTest.py73 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
DTelLiveDataTest.py102 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_data_utils.py80 from acts_contrib.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
343 if (not wait_for_cell_data_connection(log, ad, True)
357 if (not wait_for_cell_data_connection(log, ad, True)
419 if not wait_for_cell_data_connection(log, ad, False):
486 if not wait_for_cell_data_connection(log, ad, True, timeout_value=wait_time):
497 if not wait_for_cell_data_connection(log, ad, False):
507 if not wait_for_cell_data_connection(log, ad, True, timeout_value=wait_time):
887 if (not wait_for_cell_data_connection(log,
922 if not wait_for_cell_data_connection(
933 if not wait_for_cell_data_connection(
[all …]
Dtel_test_utils.py4633 def wait_for_cell_data_connection( function
11173 if not wait_for_cell_data_connection(log, ad, True):
/tools/test/connectivity/acts_tests/tests/google/net/
DBluetoothTetheringTest.py25 from acts_contrib.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_tests/tests/google/tel/lab/
DTelLabGFTInOutServiceTest.py40 from acts_contrib.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
505 if not wait_for_cell_data_connection(self.log, ad, False):
516 if not wait_for_cell_data_connection(self.log, ad, True):
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py30 from acts_contrib.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
54 wait_for_cell_data_connection(ad.log, ad, True)
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTetheringPowerTest.py65 tel_utils.wait_for_cell_data_connection(self.log, self.hotspot_device, True)
DWifiTetheringTest.py27 from acts_contrib.test_utils.tel.tel_data_utils import wait_for_cell_data_connection