Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_lookup_tables.py687 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
691 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
695 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
699 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
704 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
709 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
717 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
721 [tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE],
723 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE,
728 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE,
[all …]
Dtel_voice_utils.py23 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
1104 if not get_capability_for_subscription(ad, CAPABILITY_VOLTE,
Dtel_defines.py332 CAPABILITY_VOLTE = 'volte' variable
Dtel_test_utils.py49 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
1952 capabilities.append(CAPABILITY_VOLTE)
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py26 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
175 if CAPABILITY_VOLTE not in self.dut_capabilities:
185 if CAPABILITY_VOLTE not in self.dut_capabilities:
219 if CAPABILITY_VOLTE not in self.dut_capabilities:
791 if CAPABILITY_VOLTE in self.dut_capabilities:
797 if CAPABILITY_VOLTE in self.dut_capabilities:
803 if CAPABILITY_VOLTE in self.dut_capabilities:
DTelLiveImsSettingsTest.py26 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
88 if CAPABILITY_VOLTE not in self.dut_capabilities:
93 self.default_volte = (CAPABILITY_VOLTE in self.dut_capabilities) and (
215 if volte_enabled and CAPABILITY_VOLTE in self.dut_capabilities:
DTelLiveStressFdrTest.py27 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
213 if CAPABILITY_VOLTE in self.dut_capabilities:
406 if CAPABILITY_VOLTE not in self.dut_capabilities:
DTelLiveRebootStressTest.py28 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
265 if CAPABILITY_VOLTE in self.dut_capabilities:
724 if CAPABILITY_VOLTE not in self.dut_capabilities:
DTelLiveConnectivityMonitorTest.py22 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
DTelLiveStressTest.py31 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE