/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveSettingsTest.py | 34 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 111 if initial_setup_wfc_mode and not set_wfc_mode( 129 if not set_wfc_mode(self.log, self.ad, WFC_MODE_DISABLED): 170 if not set_wfc_mode(self.log, self.ad, wfc_mode): 211 if not set_wfc_mode(self.log, self.ad, wfc_mode): [all...] |
TelWifiVoiceTest.py | 67 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 563 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 601 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 664 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): 703 if not set_wfc_mode(self.log, self.android_devices[0], wfc_mode): [all...] |
TelLiveVoiceTest.py | 64 from acts.test_utils.tel.tel_test_utils import set_wfc_mode [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_voice_utils.py | 65 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 344 if not set_wfc_mode(log, ad, wfc_mode): 386 if not set_wfc_mode(log, ad, WFC_MODE_CELLULAR_PREFERRED): 418 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED): 742 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED): [all...] |
tel_video_utils.py | 60 from acts.test_utils.tel.tel_test_utils import set_wfc_mode 99 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED): [all...] |
tel_test_utils.py | 1761 def set_wfc_mode(log, ad, wfc_mode): function [all...] |