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 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))
|
D | TelLabGFTDSDSInOutServiceTest.py | 24 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]
|
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 | 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
|