Home
last modified time | relevance | path

Searched refs:CALL_STATE_ACTIVE (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVideoTest.py27 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
663 VT_STATE_BIDIRECTIONAL_PAUSED, CALL_STATE_ACTIVE):
667 VT_STATE_BIDIRECTIONAL_PAUSED, CALL_STATE_ACTIVE):
706 VT_STATE_BIDIRECTIONAL, CALL_STATE_ACTIVE):
710 VT_STATE_BIDIRECTIONAL, CALL_STATE_ACTIVE):
857 CALL_STATE_ACTIVE):
929 CALL_STATE_ACTIVE):
1000 CALL_STATE_ACTIVE):
1077 CALL_STATE_ACTIVE):
1154 CALL_STATE_ACTIVE):
[all …]
DTelWifiVideoTest.py26 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
DTelLiveVoiceTest.py32 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
1972 if ads[0].droid.telecomCallGetCallState(call_id) != CALL_STATE_ACTIVE:
1992 if ads[0].droid.telecomCallGetCallState(call_id) != CALL_STATE_ACTIVE:
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dcar_telecom_utils.py203 call_ids = get_calls_in_states(log, ad, [tel_defines.CALL_STATE_ACTIVE])
231 if not wait_for_call_state(log, ad, call_id, tel_defines.CALL_STATE_ACTIVE):
419 log, ad, call_id, tel_defines.CALL_STATE_ACTIVE):
448 participant_callers = get_calls_in_states(log, ad, [tel_defines.CALL_STATE_ACTIVE])
/tools/test/connectivity/acts/tests/google/bt/car_bt/
DBtCarHfpTest.py325 tel_defines.CALL_STATE_ACTIVE]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_defines.py368 CALL_STATE_ACTIVE = "ACTIVE" variable
Dtel_voice_utils.py21 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
1443 call_active_id) != CALL_STATE_ACTIVE:
1465 call_active_id) != CALL_STATE_ACTIVE: