Searched refs:CAPABILITY_VOLTE (Results 1 – 10 of 10) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_lookup_tables.py | 687 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC 691 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC 695 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC 699 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC, 704 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC, 709 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC, 717 tel_defines.CAPABILITY_VOLTE, tel_defines.CAPABILITY_WFC, 721 [tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE], 723 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE, 728 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE, [all …]
|
D | tel_voice_utils.py | 23 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE 1104 if not get_capability_for_subscription(ad, CAPABILITY_VOLTE,
|
D | tel_defines.py | 332 CAPABILITY_VOLTE = 'volte' variable
|
D | tel_test_utils.py | 49 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE 1952 capabilities.append(CAPABILITY_VOLTE)
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveConnectivityMonitorBaseTest.py | 26 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:
|
D | TelLiveImsSettingsTest.py | 26 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 ( 215 if volte_enabled and CAPABILITY_VOLTE in self.dut_capabilities:
|
D | TelLiveStressFdrTest.py | 27 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:
|
D | TelLiveRebootStressTest.py | 28 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE 265 if CAPABILITY_VOLTE in self.dut_capabilities: 724 if CAPABILITY_VOLTE not in self.dut_capabilities:
|
D | TelLiveConnectivityMonitorTest.py | 22 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
|
D | TelLiveStressTest.py | 31 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
|