Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_utils.py2108 call_state = ads[0].droid.telecomCallGetCallState(call_id)
2109 if call_state != CALL_STATE_ACTIVE:
2113 return [False, call_state]
2120 call_state = ads[0].droid.telecomCallGetCallState(call_id)
2121 if call_state != CALL_STATE_HOLDING:
2125 return [False, call_state]
2132 call_state = ads[0].droid.telecomCallGetCallState(call_id)
2133 if call_state != CALL_STATE_ACTIVE:
2136 call_state)
2137 return [False, call_state]
[all …]
Dtel_voice_conf_utils.py763 log, ad_hangup, ad_verify, call_id, call_state, ads_active):
790 if ad_verify.droid.telecomCallGetCallState(call_id) != call_state:
793 ad_verify.droid.telecomCallGetCallState(call_id), call_state)
795 ad_verify.log.info("Call in expected %s state", call_state)
Dtel_video_utils.py960 call_state): argument
977 if ad.droid.telecomCallGetCallState(call_id) != call_state:
979 call_state, ad.droid.telecomCallGetCallState(call_id)))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_telecom_utils.py120 call_state = event['data']['Event']
121 if call_state == state:
127 ad.serial, call_id, call_state))
Dtel_telecom_utils.py100 call_state = event['data']['Event']
108 return call_state