Searched refs:wait_for_cell_data_connection (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts/tests/google/net/ |
D | BluetoothTetheringTest.py | 25 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/ |
D | TelWifiDataTest.py | 31 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
|
D | TelLiveEmergencyBase.py | 48 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,
|
D | TelLiveDataTest.py | 92 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(
|
D | TelLiveRebootStressTest.py | 59 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):
|
D | TelLiveVoiceTest.py | 68 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):
|
D | TelWifiVoiceTest.py | 72 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,
|
D | TelLiveDSDSVoiceTest.py | 73 from acts.test_utils.tel.tel_test_utils import wait_for_cell_data_connection
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | net_test_utils.py | 31 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/ |
D | WifiTetheringPowerTest.py | 65 tel_utils.wait_for_cell_data_connection(self.log, self.hotspot_device, True)
|
D | WifiTetheringTest.py | 28 from acts.test_utils.tel.tel_data_utils import wait_for_cell_data_connection
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 3992 def wait_for_cell_data_connection( function
|