Home
last modified time | relevance | path

Searched refs:WFC_CALL (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTVoWifiTest.py31 from acts_contrib.test_utils.tel.gft_inout_defines import WFC_CALL
126 if not self._voice_call(self.android_devices, WFC_CALL, end_call=True):
428 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL,
482 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL,
530 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL,
620 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL,
679 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL,
791 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL,
835 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL,
912 if not self._enable_wifi_calling(wfc_mode, call_type=WFC_CALL,
[all …]
DTelLabGFTVoWifiStressTest.py32 from acts_contrib.test_utils.tel.gft_inout_defines import WFC_CALL
211 call_type = WFC_CALL
299 call_type = WFC_CALL
332 call_type = WFC_CALL
DTelLabGFTDSDSInOutServiceTest.py37 from acts_contrib.test_utils.tel.gft_inout_defines import WFC_CALL
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dgft_inout_utils.py20 from acts_contrib.test_utils.tel.gft_inout_defines import WFC_CALL
194 elif call_type == WFC_CALL:
227 return WFC_CALL
Dgft_inout_defines.py38 WFC_CALL = "wfc_call" variable