Searched refs:WFC_CALL (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabGFTVoWifiTest.py | 31 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 …]
|
D | TelLabGFTVoWifiStressTest.py | 32 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
|
D | TelLabGFTDSDSInOutServiceTest.py | 37 from acts_contrib.test_utils.tel.gft_inout_defines import WFC_CALL
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | gft_inout_utils.py | 20 from acts_contrib.test_utils.tel.gft_inout_defines import WFC_CALL 194 elif call_type == WFC_CALL: 227 return WFC_CALL
|
D | gft_inout_defines.py | 38 WFC_CALL = "wfc_call" variable
|