/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVideoDataTest.py | 21 from acts.test_utils.tel.tel_test_utils import hangup_call 85 return hangup_call(self.log, ads[0])
|
TelLiveStressCallTest.py | 25 from acts.test_utils.tel.tel_test_utils import hangup_call 146 hangup_call(self.log, ad_caller), "Error in Hanging-Up Call")
|
TelLiveSmokeTest.py | 37 from acts.test_utils.tel.tel_test_utils import hangup_call 127 hangup_call(self.log, ads[0])): 201 hangup_call(self.log, ads[0])): 271 hangup_call(self.log, ads[0])): 335 hangup_call(self.log, ads[0])):
|
TelLiveVideoTest.py | 47 from acts.test_utils.tel.tel_test_utils import hangup_call 234 return hangup_call(self.log, ads[0]) 277 return hangup_call(self.log, ads[0]) 331 return hangup_call(self.log, ads[0]) 385 return hangup_call(self.log, ads[0]) 432 return hangup_call(self.log, ads[0]) 527 return hangup_call(self.log, ads[0]) [all...] |
TelLiveDataTest.py | 68 from acts.test_utils.tel.tel_test_utils import hangup_call 469 if not hangup_call(self.log, self.android_devices[0]): 478 hangup_call(self.log, self.android_devices[0]) [all...] |
TelLiveVoiceTest.py | 56 from acts.test_utils.tel.tel_test_utils import hangup_call [all...] |
TelWifiVoiceTest.py | 62 from acts.test_utils.tel.tel_test_utils import hangup_call 379 "hangup_call fail." 461 if not hangup_call(self.log, ads[0]): 462 raise _WfcCallSequenceException("hangup_call fail.") [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
tel_video_utils.py | 59 from acts.test_utils.tel.tel_test_utils import hangup_call 617 if not hangup_call(log, ad_hangup): [all...] |
tel_test_utils.py | 687 def hangup_call(log, ad): function [all...] |