Searched refs:call_state (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_voice_utils.py | 2108 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 …]
|
D | tel_voice_conf_utils.py | 763 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)
|
D | tel_video_utils.py | 960 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/ |
D | car_telecom_utils.py | 120 call_state = event['data']['Event'] 121 if call_state == state: 127 ad.serial, call_id, call_state))
|
D | tel_telecom_utils.py | 100 call_state = event['data']['Event'] 108 return call_state
|