Home
last modified time | relevance | path

Searched refs:mo_voice_call (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTInOutServiceTest.py29 from acts_contrib.test_utils.tel.gft_inout_utils import mo_voice_call
463 tasks = [(mo_voice_call, (self.log, ad, VOICE_CALL, False)) for ad in self.android_devices]
484 tasks_b= [(mo_voice_call, (self.log, ad, VOICE_CALL, False)) for ad in self.android_devices]
660 tasks = [(mo_voice_call, (self.log, ad, CSFB_CALL, True, 30))
725 tasks = [(mo_voice_call, (self.log, ad, CSFB_CALL, True, 30))
DTelLabGFTAirplaneModeTest.py30 from acts_contrib.test_utils.tel.gft_inout_utils import mo_voice_call
235 if not mo_voice_call(self.log, ad, VOICE_CALL, False):
DTelLabGFTDSDSInOutServiceTest.py35 from acts_contrib.test_utils.tel.gft_inout_utils import mo_voice_call
191 tasks_b = [(mo_voice_call, (self.log, ad, VOICE_CALL, False))
213 tasks = [(mo_voice_call, (self.log, ad, VOICE_CALL, False))
DTelLabGFTVoWifiStressTest.py47 from acts_contrib.test_utils.tel.gft_inout_utils import mo_voice_call
368 tasks = [(mo_voice_call, (self.log, ad, call_type, end_call, talk_time))
DTelLabGFTVoWifiTest.py38 from acts_contrib.test_utils.tel.gft_inout_utils import mo_voice_call
195 tasks = [(mo_voice_call, (self.log, ad, call_type, end_call, talk_time))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DGFTInOutBaseTest.py32 from acts_contrib.test_utils.tel.gft_inout_utils import mo_voice_call
259 tasks = [(mo_voice_call, (self.log, ad, call_type, end_call,
Dgft_inout_utils.py117 def mo_voice_call(log, ad, call_type, end_call=True, talk_time=15, function