Home
last modified time | relevance | path

Searched refs:phone_setup_voice_general (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiTeleCoexTest.py15 from acts.test_utils.tel.tel_voice_utils import phone_setup_voice_general
149 if not phone_setup_voice_general(self.log, ad):
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVoiceConfTest.py64 from acts.test_utils.tel.tel_voice_utils import phone_setup_voice_general
379 phone_setup_voice_3g, phone_setup_voice_general,
380 phone_setup_voice_general
420 phone_setup_voice_3g, phone_setup_voice_general,
421 phone_setup_voice_general
474 phone_setup_voice_3g, phone_setup_voice_general,
475 phone_setup_voice_general
1117 phone_setup_voice_3g, phone_setup_voice_general,
1118 phone_setup_voice_general
1167 phone_setup_voice_3g, phone_setup_voice_general,
[all …]
DTelLiveRebootStressTest.py67 from acts.test_utils.tel.tel_voice_utils import phone_setup_voice_general
476 phone_setup_voice_general(self.log, self.ad_reference)
DTelLiveDataTest.py109 from acts.test_utils.tel.tel_voice_utils import phone_setup_voice_general
1966 (phone_setup_voice_general, (self.log, self.clients[0]))]
DTelWifiVoiceTest.py85 from acts.test_utils.tel.tel_voice_utils import phone_setup_voice_general
296 if not phone_setup_voice_general(self.log, ads[1]):
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_voice_utils.py693 def phone_setup_voice_general(log, ad): function