Searched refs:CAPABILITY_WFC (Results 1 – 11 of 11) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_lookup_tables.py | 659 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
|
D | tel_defines.py | 315 CAPABILITY_WFC = 'wfc' variable
|
D | tel_voice_utils.py | 24 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC 486 if not get_capability_for_subscription(ad, CAPABILITY_WFC,
|
D | tel_test_utils.py | 53 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/ |
D | TelLiveEmergencyTest.py | 23 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(
|
D | TelLiveLockedSimTest.py | 23 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC 72 if CAPABILITY_WFC not in operator_capabilities.get(
|
D | TelLiveRebootStressTest.py | 30 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:
|
D | TelLiveConnectivityMonitorBaseTest.py | 28 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:
|
D | TelLiveImsSettingsTest.py | 27 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):
|
D | TelLiveStressFdrTest.py | 28 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
|
D | TelLiveEmergencyBase.py | 25 from acts.test_utils.tel.tel_defines import CAPABILITY_WFC
|