Searched refs:talk_time (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | gft_inout_utils.py | 117 def mo_voice_call(log, ad, call_type, end_call=True, talk_time=15, argument 157 time.sleep(talk_time)
|
D | GFTInOutBaseTest.py | 227 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/ |
D | TelLabGFTVoWifiTest.py | 154 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]
|
D | TelLabGFTVoWifiStressTest.py | 357 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))
|