Searched refs:CAPABILITY_VOLTE (Results 1 – 11 of 11) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_lookup_tables.py | 736 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC 740 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC 744 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC 748 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC, 753 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC, 758 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC, 766 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC, 770 [tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE], 772 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE, 777 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE, [all …]
|
D | tel_defines.py | 383 CAPABILITY_VOLTE = 'volte' variable
|
D | tel_phone_setup_utils.py | 19 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE 478 if not get_capability_for_subscription(ad, CAPABILITY_VOLTE, 500 if not get_capability_for_subscription(ad, CAPABILITY_VOLTE,
|
D | tel_voice_utils.py | 29 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE 2544 if volte_enabled and CAPABILITY_VOLTE in dut_capabilities:
|
D | tel_test_utils.py | 46 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE 1152 capabilities.append(CAPABILITY_VOLTE)
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveConnectivityMonitorBaseTest.py | 26 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE 174 if CAPABILITY_VOLTE not in self.dut_capabilities: 184 if CAPABILITY_VOLTE not in self.dut_capabilities: 218 if CAPABILITY_VOLTE not in self.dut_capabilities: 790 if CAPABILITY_VOLTE in self.dut_capabilities: 796 if CAPABILITY_VOLTE in self.dut_capabilities: 802 if CAPABILITY_VOLTE in self.dut_capabilities:
|
D | TelLiveStressFdrTest.py | 27 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE 212 if CAPABILITY_VOLTE in self.dut_capabilities: 405 if CAPABILITY_VOLTE not in self.dut_capabilities:
|
D | TelLiveConnectivityMonitorTest.py | 22 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE
|
D | TelLiveRebootStressTest.py | 28 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE 263 if CAPABILITY_VOLTE in self.dut_capabilities: 722 if CAPABILITY_VOLTE not in self.dut_capabilities:
|
D | TelLiveImsSettingsTest.py | 26 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE 73 if CAPABILITY_VOLTE not in self.dut_capabilities: 78 self.default_volte = (CAPABILITY_VOLTE in self.dut_capabilities) and (
|
/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/ |
D | Nsa5gImsSettingsTest.py | 24 from acts_contrib.test_utils.tel.tel_defines import CAPABILITY_VOLTE 46 if CAPABILITY_VOLTE not in self.dut_capabilities:
|