Home
last modified time | relevance | path

Searched refs:CAPABILITY_VOLTE (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_lookup_tables.py736 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
740 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
744 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
748 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
753 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
758 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
766 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
770 [tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE],
772 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE,
777 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE,
[all …]
Dtel_defines.py383 CAPABILITY_VOLTE = 'volte' variable
Dtel_phone_setup_utils.py19 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
478 if not get_capability_for_subscription(ad, CAPABILITY_VOLTE,
500 if not get_capability_for_subscription(ad, CAPABILITY_VOLTE,
Dtel_voice_utils.py29 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
2544 if volte_enabled and CAPABILITY_VOLTE in dut_capabilities:
Dtel_test_utils.py46 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
1152 capabilities.append(CAPABILITY_VOLTE)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py26 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
174 if CAPABILITY_VOLTE not in self.dut_capabilities:
184 if CAPABILITY_VOLTE not in self.dut_capabilities:
218 if CAPABILITY_VOLTE not in self.dut_capabilities:
790 if CAPABILITY_VOLTE in self.dut_capabilities:
796 if CAPABILITY_VOLTE in self.dut_capabilities:
802 if CAPABILITY_VOLTE in self.dut_capabilities:
DTelLiveStressFdrTest.py27 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
212 if CAPABILITY_VOLTE in self.dut_capabilities:
405 if CAPABILITY_VOLTE not in self.dut_capabilities:
DTelLiveConnectivityMonitorTest.py22 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
DTelLiveRebootStressTest.py28 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
263 if CAPABILITY_VOLTE in self.dut_capabilities:
722 if CAPABILITY_VOLTE not in self.dut_capabilities:
DTelLiveImsSettingsTest.py26 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
73 if CAPABILITY_VOLTE not in self.dut_capabilities:
78 self.default_volte = (CAPABILITY_VOLTE in self.dut_capabilities) and (
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gImsSettingsTest.py24 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
46 if CAPABILITY_VOLTE not in self.dut_capabilities: