Home
last modified time | relevance | path

Searched refs:talk_time (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dgft_inout_utils.py117 def mo_voice_call(log, ad, call_type, end_call=True, talk_time=15, argument
157 time.sleep(talk_time)
DGFTInOutBaseTest.py227 talk_time=30, verify_data=True, verify_voice=True, data_retries=2, voice_retries=2): argument
260 talk_time, voice_retries)) for ad in self.android_devices]
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTVoWifiTest.py154 end_call=True, is_airplane_mode=False, talk_time=30): argument
179 if not self._voice_call(self.android_devices, call_type, end_call, talk_time):
184 def _voice_call(self, ads, call_type, end_call=True, talk_time=15): argument
195 tasks = [(mo_voice_call, (self.log, ad, call_type, end_call, talk_time))
354 talk_time=30, verify_data=True, verify_voice=True): argument
371 talk_time, verify_data, verify_voice)) for ad in self.android_devices]
DTelLabGFTVoWifiStressTest.py357 def _voice_call(self, ads, call_type, end_call=True, talk_time=15): argument
368 tasks = [(mo_voice_call, (self.log, ad, call_type, end_call, talk_time))