Searched refs:CALL_STATE_ACTIVE (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveVideoTest.py | 27 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 …]
|
D | TelWifiVideoTest.py | 26 from acts.test_utils.tel.tel_defines import CALL_STATE_ACTIVE
|
D | TelLiveVoiceTest.py | 32 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/ |
D | car_telecom_utils.py | 203 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/ |
D | BtCarHfpTest.py | 325 tel_defines.CALL_STATE_ACTIVE]
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_defines.py | 368 CALL_STATE_ACTIVE = "ACTIVE" variable
|
D | tel_voice_utils.py | 21 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:
|