Home
last modified time | relevance | path

Searched refs:CALL_CAPABILITY_MANAGE_CONFERENCE (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveGFTDSDSSupplementaryServiceTest.py28 from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MANAGE_CONFERENCE
309 if (CALL_CAPABILITY_MANAGE_CONFERENCE not in ads[0]
DTelWifiVideoTest.py28 from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MANAGE_CONFERENCE
DTelLiveVideoTest.py29 from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MANAGE_CONFERENCE
1774 if (CALL_CAPABILITY_MANAGE_CONFERENCE not in ads[0]
DTelLiveVoiceConfTest.py24 from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MANAGE_CONFERENCE
1387 if (CALL_CAPABILITY_MANAGE_CONFERENCE not in ads[0]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_defines.py433 CALL_CAPABILITY_MANAGE_CONFERENCE = "MANAGE_CONFERENCE" variable