Home
last modified time | relevance | path

Searched refs:CAPABILITY_WFC (Results 1 – 11 of 11) 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,
696 tel_defines.CAPABILITY_WFC, tel_defines.CAPABILITY_VT
701 tel_defines.CAPABILITY_WFC
705 tel_defines.CAPABILITY_WFC
Dtel_defines.py315 CAPABILITY_WFC = 'wfc' variable
Dtel_voice_utils.py24 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
486 if not get_capability_for_subscription(ad, CAPABILITY_WFC,
Dtel_test_utils.py53 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
1870 capabilities.append(CAPABILITY_WFC)
1891 if CAPABILITY_WFC not in capabilities:
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveEmergencyTest.py23 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
141 if CAPABILITY_WFC not in operator_capabilities.get(
167 if CAPABILITY_WFC not in operator_capabilities.get(
386 if CAPABILITY_WFC not in operator_capabilities.get(
412 if CAPABILITY_WFC not in operator_capabilities.get(
644 if CAPABILITY_WFC not in operator_capabilities.get(
673 if CAPABILITY_WFC not in operator_capabilities.get(
DTelLiveLockedSimTest.py23 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
72 if CAPABILITY_WFC not in operator_capabilities.get(
DTelLiveRebootStressTest.py30 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
368 if CAPABILITY_WFC in self.dut_capabilities:
384 if CAPABILITY_WFC not in self.dut_capabilities and (
803 if CAPABILITY_WFC not in self.dut_capabilities:
833 if CAPABILITY_WFC not in self.dut_capabilities and (
1011 if CAPABILITY_WFC not in self.dut_capabilities:
DTelLiveConnectivityMonitorBaseTest.py28 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
180 if CAPABILITY_WFC not in self.dut_capabilities:
190 if CAPABILITY_WFC not in self.dut_capabilities:
195 if CAPABILITY_WFC not in self.dut_capabilities and (
208 if CAPABILITY_WFC not in self.dut_capabilities:
DTelLiveImsSettingsTest.py27 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
90 if CAPABILITY_WFC not in self.dut_capabilities:
97 CAPABILITY_WFC in self.dut_capabilities
180 if (CAPABILITY_WFC in self.dut_capabilities) and (wifi_enabled
199 CAPABILITY_WFC in self.dut_capabilities):
DTelLiveStressFdrTest.py28 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
DTelLiveEmergencyBase.py25 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC