/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveRebootStressTest.py | 36 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED
|
TelLiveSettingsTest.py | 30 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED 131 if not set_wfc_mode(self.log, self.ad, WFC_MODE_DISABLED): [all...] |
TelLiveVoiceTest.py | 43 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED 645 WFC_MODE_WIFI_PREFERRED, WFC_MODE_DISABLED. [all...] |
TelWifiVoiceTest.py | 48 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED 626 return self._wfc_phone_setup(True, WFC_MODE_DISABLED) 638 return self._wfc_phone_setup(False, WFC_MODE_DISABLED) 651 return self._wfc_phone_setup_cellular_absent(WFC_MODE_DISABLED) [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_video_utils.py | 47 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED 102 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED): [all...] |
tel_voice_utils.py | 41 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED 416 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED): 740 if not set_wfc_mode(log, ad, WFC_MODE_DISABLED): [all...] |
tel_test_utils.py | 85 from acts.test_utils.tel.tel_defines import WFC_MODE_DISABLED [all...] |
tel_defines.py | 256 WFC_MODE_DISABLED = "DISABLED"
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelephonyConstants.java | 26 public static final String WFC_MODE_DISABLED = "DISABLED";
|