Home
last modified time | relevance | path

Searched refs:CAPABILITY_WFC (Results 1 – 14 of 14) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_lookup_tables.py694 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
698 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
702 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC
706 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
711 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
716 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
724 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC,
731 tel_defines.CAPABILITY_WFC, tel_defines.CAPABILITY_VT
736 tel_defines.CAPABILITY_WFC
740 tel_defines.CAPABILITY_WFC
Dtel_ims_utils.py19 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
133 if (CAPABILITY_WFC in dut_capabilities) and (wifi_enabled
152 CAPABILITY_WFC in dut_capabilities):
Dtel_defines.py373 CAPABILITY_WFC = 'wfc' variable
Dtel_voice_utils.py24 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
846 if not get_capability_for_subscription(ad, CAPABILITY_WFC, sub_id):
Dtel_test_utils.py56 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
1949 capabilities.append(CAPABILITY_WFC)
1973 if CAPABILITY_WFC not in capabilities:
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveEmergencyTest.py23 from acts_contrib.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(
DTelLiveRebootStressTest.py30 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
372 if CAPABILITY_WFC in self.dut_capabilities:
388 if CAPABILITY_WFC not in self.dut_capabilities and (
807 if CAPABILITY_WFC not in self.dut_capabilities:
837 if CAPABILITY_WFC not in self.dut_capabilities and (
1020 if CAPABILITY_WFC not in self.dut_capabilities:
DTelLiveConnectivityMonitorBaseTest.py28 from acts_contrib.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:
DTelLiveLockedSimTest.py23 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
72 if CAPABILITY_WFC not in operator_capabilities.get(
DTelLiveImsSettingsTest.py27 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
76 if CAPABILITY_WFC not in self.dut_capabilities:
83 CAPABILITY_WFC in self.dut_capabilities
DTelLiveStressFdrTest.py28 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
DTelLiveEmergencyBase.py25 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
DTelLiveStressTest.py34 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gImsSettingsTest.py27 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_WFC
55 if CAPABILITY_WFC not in self.dut_capabilities: