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
420 tasks = [(mo_voice_call, (self.log, ad, VOICE_CALL, False)) for ad in self.android_devices]
441 tasks_b= [(mo_voice_call, (self.log, ad, VOICE_CALL, False)) for ad in self.android_devices]
618 tasks = [(mo_voice_call, (self.log, ad, CSFB_CALL, True, 30))
683 tasks = [(mo_voice_call, (self.log, ad, CSFB_CALL, true, 30))
DTelLabGFTDSDSInOutServiceTest.py24 from acts_contrib.test_utils.tel.gft_inout_utils import mo_voice_call
164 tasks_b= [(mo_voice_call, (self.log, ad, VOICE_CALL, False)) for ad in self.android_devices]
185 tasks = [(mo_voice_call, (self.log, ad, VOICE_CALL, False)) for ad in self.android_devices]
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):
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