Searched refs:CAPABILITY_VOLTE (Results 1 – 9 of 9) 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, 693 [tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE], 695 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE, 700 tel_defines.CAPABILITY_PHONE, tel_defines.CAPABILITY_VOLTE, [all …]
|
D | tel_defines.py | 313 CAPABILITY_VOLTE = 'volte' variable
|
D | tel_voice_utils.py | 23 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE 774 if not get_capability_for_subscription(ad, CAPABILITY_VOLTE,
|
D | tel_test_utils.py | 49 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE 1868 capabilities.append(CAPABILITY_VOLTE)
|
/tools/test/connectivity/acts/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 | 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 | TelLiveConnectivityMonitorTest.py | 22 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE
|
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 ( 214 if volte_enabled and CAPABILITY_VOLTE in self.dut_capabilities:
|
D | TelLiveRebootStressTest.py | 28 from acts.test_utils.tel.tel_defines import CAPABILITY_VOLTE 261 if CAPABILITY_VOLTE in self.dut_capabilities: 720 if CAPABILITY_VOLTE not in self.dut_capabilities:
|