Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/tel/live/
DTelWifiVideoTest.py28 from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MANAGE_CONFERENCE
DTelLiveVideoTest.py28 from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MANAGE_CONFERENCE
1763 if (CALL_CAPABILITY_MANAGE_CONFERENCE not in ads[0]
DTelLiveVoiceConfTest.py23 from acts.test_utils.tel.tel_defines import CALL_CAPABILITY_MANAGE_CONFERENCE
1458 if (CALL_CAPABILITY_MANAGE_CONFERENCE not in ads[0]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_defines.py365 CALL_CAPABILITY_MANAGE_CONFERENCE = "MANAGE_CONFERENCE" variable