Searched refs:wait_for_wfc_enabled (Results 1 – 13 of 13) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLivePreflightTest.py | 33 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 60 if not wait_for_wfc_enabled(self.log, ad):
|
D | TelLiveRilDataKpiTest.py | 29 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 94 if not wait_for_wfc_enabled(self.log, ad):
|
D | TelLiveRilCstVoiceTest.py | 33 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 285 if not wait_for_wfc_enabled(self.log, ads[0]): 538 if not wait_for_wfc_enabled(self.log, ads[0]):
|
D | TelLiveConnectivityMonitorBaseTest.py | 35 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 171 return wait_for_wfc_enabled(self.log, self.dut)
|
D | TelLiveRebootStressTest.py | 45 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 406 if not wait_for_wfc_enabled(self.log, self.dut):
|
D | TelLiveImsSettingsTest.py | 42 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 1258 if not wait_for_wfc_enabled(self.log, self.dut,
|
D | TelLiveGFTDSDSDDSSwitchTest.py | 40 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 675 if not wait_for_wfc_enabled(self.log, ad):
|
D | TelWifiVoiceTest.py | 57 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 399 result = wait_for_wfc_enabled(self.log, self.android_devices[0],
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_phone_setup_utils.py | 61 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 198 if not wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): 795 if not wait_for_wfc_enabled(log, ad, MAX_WAIT_TIME_WFC_ENABLED): 1164 if not wait_for_wfc_enabled(log, ad): 1189 if not wait_for_wfc_enabled(log, ad):
|
D | tel_voice_utils.py | 72 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 2512 if not wait_for_wfc_enabled(log, ad): 2530 if not wait_for_wfc_enabled(log, ad): 2582 wait_for_wfc_enabled(log, ad)
|
D | tel_ss_utils.py | 27 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 705 if not wait_for_wfc_enabled(
|
D | tel_ims_utils.py | 765 def wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): function
|
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/ |
D | CellBroadcastTest.py | 159 from acts_contrib.test_utils.tel.tel_ims_utils import wait_for_wfc_enabled 933 if not wait_for_wfc_enabled(ad.log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED):
|