Home
last modified time | relevance | path

Searched refs:_hangup_call (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_conf_utils.py259 def _hangup_call(log, ad, device_description='Device'): function
291 if not _hangup_call(log, ads[2], "PhoneC"):
302 if not _hangup_call(log, ads[1], "PhoneB"):
401 if not _hangup_call(log, ads[1], "PhoneB"):
410 if not _hangup_call(log, ads[2], "PhoneC"):
785 if not _hangup_call(log, ad_hangup):
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSWfcSupplementaryServiceTest.py116 def _hangup_call(self, ad, device_description='Device'): member in TelLiveGFTDSDSWfcSupplementaryServiceTest
212 self._hangup_call(ads[2], "PhoneC")
260 if not self._hangup_call(ads[2], "PhoneC"):
271 if not self._hangup_call(ads[1], "PhoneB"):
413 if not self._hangup_call(ads[2], "PhoneC"):
426 if not self._hangup_call(ads[1], "PhoneB"):
913 if not self._hangup_call(ads[1], "PhoneB"):
915 if not self._hangup_call(ads[2], "PhoneC"):
DTelLiveGFTDSDSSupplementaryServiceTest.py89 def _hangup_call(self, ad, device_description='Device'): member in TelLiveGFTDSDSSupplementaryServiceTest
185 self._hangup_call(ads[2], "PhoneC")
233 if not self._hangup_call(ads[2], "PhoneC"):
244 if not self._hangup_call(ads[1], "PhoneB"):
382 if not self._hangup_call(ads[2], "PhoneC"):
395 if not self._hangup_call(ads[1], "PhoneB"):
904 if not self._hangup_call(ads[1], "PhoneB"):
906 if not self._hangup_call(ads[2], "PhoneC"):
DTelLiveStressCallTest.py179 def _hangup_call(self): member in TelLiveStressCallTest
230 self._hangup_call()
DTelLiveGFTDSDSVoiceTest.py60 def _hangup_call(self, ad, device_description='Device'): member in TelLiveGFTDSDSVoiceTest