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/
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/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
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,
DTelLiveDataTest.py92 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
517 if (not wait_for_cell_data_connection(self.log,
552 if not wait_for_cell_data_connection(
563 if not wait_for_cell_data_connection(
852 if not wait_for_cell_data_connection(self.log, self.provider, True):
1019 if not wait_for_cell_data_connection(self.log, self.provider,
1688 if not wait_for_cell_data_connection(self.log, self.provider,
1922 if (not wait_for_cell_data_connection(self.log, self.provider, True)
2605 if not wait_for_cell_data_connection(
DTelLiveRebootStressTest.py59 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
469 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
3249 if not wait_for_cell_data_connection(self.log, ads[0], True):
3663 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/framework/acts/test_utils/net/
Dnet_test_utils.py31 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
57 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
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py3992 def wait_for_cell_data_connection( function