Searched refs:mo_voice_call (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabGFTInOutServiceTest.py | 29 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))
|
D | TelLabGFTAirplaneModeTest.py | 30 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):
|
D | TelLabGFTDSDSInOutServiceTest.py | 35 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))
|
D | TelLabGFTVoWifiStressTest.py | 47 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))
|
D | TelLabGFTVoWifiTest.py | 38 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/ |
D | GFTInOutBaseTest.py | 32 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,
|
D | gft_inout_utils.py | 117 def mo_voice_call(log, ad, call_type, end_call=True, talk_time=15, function
|