Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_lookup_tables.py659 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
663 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
667 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
671 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
676 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
681 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
689 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
693 [tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE],
695 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE,
700 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE,
[all …]
Dtel_defines.py313 CAPABILITY_VOLTE = 'volte' variable
Dtel_voice_utils.py23 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
774 if not get_capability_for_subscription(ad, CAPABILITY_VOLTE,
Dtel_test_utils.py49 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
1868 capabilities.append(CAPABILITY_VOLTE)
/tools/test/connectivity/acts/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:
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:
DTelLiveConnectivityMonitorTest.py22 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
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 (
214 if volte_enabled and CAPABILITY_VOLTE in self.dut_capabilities:
DTelLiveRebootStressTest.py28 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
261 if CAPABILITY_VOLTE in self.dut_capabilities:
720 if CAPABILITY_VOLTE not in self.dut_capabilities: