Searched refs:set_wfc_mode (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelWifiVoiceTest.py | 68 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 456 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 498 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 564 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 607 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 668 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 705 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 2506 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 2593 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode):
|
D | TelLiveImsSettingsTest.py | 51 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 174 set_wfc_mode(self.log, self.dut, wfc_mode) 869 set_wfc_mode(self.log, self.dut, WFC_MODE_WIFI_PREFERRED) 944 set_wfc_mode(self.log, self.dut, WFC_MODE_DISABLED)
|
D | TelLiveStressCallTest.py | 33 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 89 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED): 111 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
|
D | TelLiveConnectivityMonitorMobilityTest.py | 37 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 303 set_wfc_mode(self.log, self.dut, WFC_MODE_CELLULAR_PREFERRED) 337 set_wfc_mode(self.log, self.dut, WFC_MODE_CELLULAR_PREFERRED)
|
D | TelLiveSmsTest.py | 51 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 2337 if not set_wfc_mode(self.log, ads[0], WFC_MODE_DISABLED): 2365 if not set_wfc_mode(self.log, ads[0], WFC_MODE_DISABLED): 2393 if not set_wfc_mode(self.log, ads[0], WFC_MODE_DISABLED): 2421 if not set_wfc_mode(self.log, ads[0], WFC_MODE_DISABLED):
|
D | TelLiveStressTest.py | 65 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 207 if not set_wfc_mode(self.log, ad, WFC_MODE_WIFI_PREFERRED):
|
D | TelLiveMobilityStressTest.py | 46 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
|
D | TelLiveDSDSVoiceTest.py | 69 from acts.test_utils.tel.tel_test_utils import set_wfc_mode
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_voice_utils.py | 76 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 836 if not set_wfc_mode(log, ad, wfc_mode): 883 if not set_wfc_mode(log, ad, WFC_MODE_CELLULAR_PREFERRED): 911 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED): 1295 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED):
|
D | tel_video_utils.py | 65 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 117 if not set_wfc_mode(log, ad, wfc_mode):
|
D | tel_test_utils.py | 5069 def set_wfc_mode(log, ad, wfc_mode): function
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DnsOverTlsTest.py | 36 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 57 set_wfc_mode(self.log, ad, WFC_MODE_DISABLED)
|